#0C006D

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

Shades of Navy #0C006D

Tints of Navy #0C006D

Color information

#0C006D (or 0x0C006D) is unknown color: approx Navy. HEX triplet: 0C, 00 and 6D. RGB value is (12,0,109). Sum of RGB (Red+Green+Blue) = 12+0+109=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006D is #F3FF92. Grayscale: #0F0F0F. Windows color (decimal): -15990675 or 7143436. OLE color: 7143436.

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

Color convert

RGB120109-
CMYK0.89100.57
HSL246.61º100%21.37%-
HSV(B)246.61º100%42.75%-
XYZ2.911.1814.54-
YUV16.01180.48125.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 90.08%
R=9.92%
G=0%
B=90.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1201090.89100.57246.6110021.37
HexC06D5964039f76415
Octal14015513114407136714425
Binary11000110110110110011100100011100111110111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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