#0C056D

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

Shades of Navy #0C056D

Tints of Navy #0C056D

Color information

#0C056D (or 0x0C056D) is unknown color: approx Navy. HEX triplet: 0C, 05 and 6D. RGB value is (12,5,109). Sum of RGB (Red+Green+Blue) = 12+5+109=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C056D is #F3FA92. Grayscale: #121212. Windows color (decimal): -15989395 or 7144716. OLE color: 7144716.

HSL color Cylindrical-coordinate representation of color #0C056D: hue angle of 244.04º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C056D is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB125109-
CMYK0.890.9500.57
HSL244.04º91.23%22.35%-
HSV(B)244.04º95.41%42.75%-
XYZ2.971.2914.56-
YUV18.95178.82123.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 109 (42.97% from 255) = 86.51%
R=9.52%
G=3.97%
B=86.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1251090.890.9500.57244.0491.2322.35
HexC56D595F039f45b16
Octal14515513113707136413326
Binary1100101110110110110011011111011100111110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,109); }

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

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

 a { background-color: rgb(12,5,109); }

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

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

 span { border-color: rgb(12,5,109); }

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