#0C0077

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

Shades of Navy #0C0077

Tints of Navy #0C0077

Color information

#0C0077 (or 0x0C0077) is unknown color: approx Navy. HEX triplet: 0C, 00 and 77. RGB value is (12,0,119). Sum of RGB (Red+Green+Blue) = 12+0+119=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 119 (46.88% from 255 or 90.84% from 131); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0077 is #F3FF88. Grayscale: #101010. Windows color (decimal): -15990665 or 7798796. OLE color: 7798796.

HSL color Cylindrical-coordinate representation of color #0C0077: hue angle of 246.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0077 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB120119-
CMYK0.90100.53
HSL246.05º100%23.33%-
HSV(B)246.05º100%46.67%-
XYZ3.481.4117.54-
YUV17.15185.48124.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 90.84%
R=9.16%
G=0%
B=90.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201190.90100.53246.0510023.33
HexC0775A64035f66417
Octal14016713214406536614427
Binary11000111011110110101100100011010111110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,0,119); }

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

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

 a { background-color: rgb(12,0,119); }

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

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

 span { border-color: rgb(12,0,119); }

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