#000C6C

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

Shades of Navy #000C6C

Tints of Navy #000C6C

Color information

#000C6C (or 0x000C6C) is unknown color: approx Navy. HEX triplet: 00, 0C and 6C. RGB value is (0,12,108). Sum of RGB (Red+Green+Blue) = 0+12+108=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #000C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C6C is #FFF393. Grayscale: #121212. Windows color (decimal): -16774036 or 7080960. OLE color: 7080960.

HSL color Cylindrical-coordinate representation of color #000C6C: hue angle of 233.33º 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 #000C6C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB012108-
CMYK10.8900.58
HSL233.33º100%21.18%-
HSV(B)233.33º100%42.35%-
XYZ2.841.3514.3-
YUV19.36178.02114.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 108 (42.58% from 255) = 90%
R=0%
G=10%
B=90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal01210810.8900.58233.3310021.18
Hex0C6C645903Ae96415
Octal01415414413107235114425
Binary01100110110011001001011001011101011101001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C6C; }

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

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

<style>
 a { background-color: #000C6C; }

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

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

<style>
 span { border-color: #000C6C; }

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

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