#0f76d4

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

Shades of Navy Blue #0F76D4

Tints of Navy Blue #0F76D4

Color information

#0F76D4 (or 0x0F76D4) is unknown color: approx Navy Blue. HEX triplet: 0F, 76 and D4. RGB value is (15,118,212). Sum of RGB (Red+Green+Blue) = 15+118+212=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F76D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F76D4 is #F0892B. Grayscale: #616161. Windows color (decimal): -15763756 or 13923855. OLE color: 13923855.

HSL color Cylindrical-coordinate representation of color #0F76D4: hue angle of 208.63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F76D4 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15118212-
CMYK0.930.4400.17
HSL208.63º86.78%44.51%-
HSV(B)208.63º92.92%83.14%-
XYZ18.5617.8164.75-
YUV97.92192.3868.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.35%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 212 (83.20% from 255) = 61.45%
R=4.35%
G=34.20%
B=61.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151182120.930.4400.17208.6386.7844.51
HexF76D45D2C011d1572d
Octal171663241355402132112755
Binary11111110110110101001011101101100010001110100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f76d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,118,212); }

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

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

 a { background-color: rgb(15,118,212); }

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

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

 span { border-color: rgb(15,118,212); }

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