#0C006A

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

Shades of Navy #0C006A

Tints of Navy #0C006A

Color information

#0C006A (or 0x0C006A) is unknown color: approx Navy. HEX triplet: 0C, 00 and 6A. RGB value is (12,0,106). Sum of RGB (Red+Green+Blue) = 12+0+106=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006A is #F3FF95. Grayscale: #0F0F0F. Windows color (decimal): -15990678 or 6946828. OLE color: 6946828.

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

Color convert

RGB120106-
CMYK0.89100.58
HSL246.79º100%20.78%-
HSV(B)246.79º100%41.57%-
XYZ2.751.1213.71-
YUV15.67178.98125.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 89.83%
R=10.17%
G=0%
B=89.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1201060.89100.58246.7910020.78
HexC06A596403Af76415
Octal14015213114407236714425
Binary11000110101010110011100100011101011110111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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