#0C79BF

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

Shades of Navy Blue #0C79BF

Tints of Navy Blue #0C79BF

Color information

#0C79BF (or 0x0C79BF) is unknown color: approx Navy Blue. HEX triplet: 0C, 79 and BF. RGB value is (12,121,191). Sum of RGB (Red+Green+Blue) = 12+121+191=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C79BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C79BF is #F38640. Grayscale: #606060. Windows color (decimal): -15959617 or 12548364. OLE color: 12548364.

HSL color Cylindrical-coordinate representation of color #0C79BF: hue angle of 203.46º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C79BF is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12121191-
CMYK0.940.3700.25
HSL203.46º88.18%39.8%-
HSV(B)203.46º93.72%74.9%-
XYZ16.3917.5151.81-
YUV96.39181.3967.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.70%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 191 (75% from 255) = 58.95%
R=3.70%
G=37.35%
B=58.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121211910.940.3700.25203.4688.1839.8
HexC79BF5E25019cb5828
Octal141712771364503131313050
Binary11001111001101111111011110100101011001110010111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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