#0C79C9

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

Shades of Navy Blue #0C79C9

Tints of Navy Blue #0C79C9

Color information

#0C79C9 (or 0x0C79C9) is unknown color: approx Navy Blue. HEX triplet: 0C, 79 and C9. RGB value is (12,121,201). Sum of RGB (Red+Green+Blue) = 12+121+201=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C79C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C79C9 is #F38636. Grayscale: #616161. Windows color (decimal): -15959607 or 13203724. OLE color: 13203724.

HSL color Cylindrical-coordinate representation of color #0C79C9: hue angle of 205.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C79C9 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12121201-
CMYK0.940.4000.21
HSL205.4º88.73%41.76%-
HSV(B)205.4º94.03%78.82%-
XYZ17.5317.9757.8-
YUV97.53186.3967-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.59%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 201 (78.91% from 255) = 60.18%
R=3.59%
G=36.23%
B=60.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121212010.940.4000.21205.488.7341.76
HexC79C95E28015cd592a
Octal141713111365002531513152
Binary11001111001110010011011110101000010101110011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,121,201); }

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

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

 a { background-color: rgb(12,121,201); }

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

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

 span { border-color: rgb(12,121,201); }

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