#0C0377

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

Shades of Navy #0C0377

Tints of Navy #0C0377

Color information

#0C0377 (or 0x0C0377) is unknown color: approx Navy. HEX triplet: 0C, 03 and 77. RGB value is (12,3,119). Sum of RGB (Red+Green+Blue) = 12+3+119=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 119 (46.88% from 255 or 88.81% from 134); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0377 is #F3FC88. Grayscale: #121212. Windows color (decimal): -15989897 or 7799564. OLE color: 7799564.

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

Color convert

RGB123119-
CMYK0.900.9700.53
HSL244.66º95.08%23.92%-
HSV(B)244.66º97.48%46.67%-
XYZ3.511.4817.55-
YUV18.92184.48123.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 119 (46.88% from 255) = 88.81%
R=8.96%
G=2.24%
B=88.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1231190.900.9700.53244.6695.0823.92
HexC3775A61035f55f18
Octal14316713214106536513730
Binary110011111011110110101100001011010111110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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