#0C0778

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

Shades of Navy #0C0778

Tints of Navy #0C0778

Color information

#0C0778 (or 0x0C0778) is unknown color: approx Navy. HEX triplet: 0C, 07 and 78. RGB value is (12,7,120). Sum of RGB (Red+Green+Blue) = 12+7+120=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C0778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0778 is #F3F887. Grayscale: #141414. Windows color (decimal): -15988872 or 7866124. OLE color: 7866124.

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

Color convert

RGB127120-
CMYK0.900.9400.53
HSL242.65º88.98%24.9%-
HSV(B)242.65º94.17%47.06%-
XYZ3.621.5917.88-
YUV21.38183.66121.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=8.63%
G=5.04%
B=86.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1271200.900.9400.53242.6588.9824.9
HexC7785A5E035f35919
Octal14717013213606536313131
Binary1100111111100010110101011110011010111110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,120); }

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

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

 a { background-color: rgb(12,7,120); }

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

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

 span { border-color: rgb(12,7,120); }

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