#0C0177

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

Shades of Navy #0C0177

Tints of Navy #0C0177

Color information

#0C0177 (or 0x0C0177) is unknown color: approx Navy. HEX triplet: 0C, 01 and 77. RGB value is (12,1,119). Sum of RGB (Red+Green+Blue) = 12+1+119=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0177 is #F3FE88. Grayscale: #111111. Windows color (decimal): -15990409 or 7799052. OLE color: 7799052.

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

Color convert

RGB121119-
CMYK0.900.9900.53
HSL245.59º98.33%23.53%-
HSV(B)245.59º99.16%46.67%-
XYZ3.491.4317.55-
YUV17.74185.14123.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 119 (46.88% from 255) = 90.15%
R=9.09%
G=0.76%
B=90.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211190.900.9900.53245.5998.3323.53
HexC1775A63035f66218
Octal14116713214306536614230
Binary11001111011110110101100011011010111110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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