#0C046A

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

Shades of Navy #0C046A

Tints of Navy #0C046A

Color information

#0C046A (or 0x0C046A) is unknown color: approx Navy. HEX triplet: 0C, 04 and 6A. RGB value is (12,4,106). Sum of RGB (Red+Green+Blue) = 12+4+106=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 106 (41.80% from 255 or 86.89% from 122); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C046A is #F3FB95. Grayscale: #111111. Windows color (decimal): -15989654 or 6947852. OLE color: 6947852.

HSL color Cylindrical-coordinate representation of color #0C046A: hue angle of 244.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C046A is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB124106-
CMYK0.890.9600.58
HSL244.71º92.73%21.57%-
HSV(B)244.71º96.23%41.57%-
XYZ2.81.2113.72-
YUV18.02177.65123.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 106 (41.80% from 255) = 86.89%
R=9.84%
G=3.28%
B=86.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1241060.890.9600.58244.7192.7321.57
HexC46A596003Af55d16
Octal14415213114007236513526
Binary1100100110101010110011100000011101011110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,106); }

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

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

 a { background-color: rgb(12,4,106); }

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

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

 span { border-color: rgb(12,4,106); }

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