#0d84d7

Color #0D84D7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0D84D7

Tints of Navy Blue #0D84D7

Color information

#0D84D7 (or 0x0D84D7) is unknown color: approx Navy Blue. HEX triplet: 0D, 84 and D7. RGB value is (13,132,215). Sum of RGB (Red+Green+Blue) = 13+132+215=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #0D84D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D84D7 is #F27B28. Grayscale: #696969. Windows color (decimal): -15891241 or 14124045. OLE color: 14124045.

HSL color Cylindrical-coordinate representation of color #0D84D7: hue angle of 204.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D84D7 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13132215-
CMYK0.940.3900.16
HSL204.65º88.6%44.71%-
HSV(B)204.65º93.95%84.31%-
XYZ20.6821.4967.35-
YUV105.88189.5861.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 3.61%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 215 (84.38% from 255) = 59.72%
R=3.61%
G=36.67%
B=59.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131322150.940.3900.16204.6588.644.71
HexD84D75E27010cd592d
Octal152043271364702031513155
Binary110110000100110101111011110100111010000110011011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d84d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0d84d7; }

 p { color: rgb(13,132,215); }

 H1.HeaderClassName
 {
   color: #0d84d7;
 }
 .AnyTagClassName
 {
   color: #0d84d7;
 }
</style>
background-color css

<style>
 a { background-color: #0d84d7; }

 a { background-color: rgb(13,132,215); }

 div.DivClassName
 {
   background-color: #0d84d7;
 }
 .BgClassName
 {
   background-color: #0d84d7;
 }
</style>
border-color css

<style>
 span { border-color: #0d84d7; }

 span { border-color: rgb(13,132,215); }

 td.TdClassName
 {
   border-color: #0d84d7;
 }
 .TagClassName
 {
   border-color: #0d84d7;
 }
</style>