#000C6D

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

Shades of Navy #000C6D

Tints of Navy #000C6D

Color information

#000C6D (or 0x000C6D) is unknown color: approx Navy. HEX triplet: 00, 0C and 6D. RGB value is (0,12,109). Sum of RGB (Red+Green+Blue) = 0+12+109=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 12 (5.08% from 255 or 9.92% 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 #000C6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C6D is #FFF392. Grayscale: #131313. Windows color (decimal): -16774035 or 7146496. OLE color: 7146496.

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

Color convert

RGB012109-
CMYK10.8900.57
HSL233.39º100%21.37%-
HSV(B)233.39º100%42.75%-
XYZ2.891.3714.58-
YUV19.47178.52114.11-

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) = 9.92%
BLUE value IS 109 (42.97% from 255) = 90.08%
R=0%
G=9.92%
B=90.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal01210910.8900.57233.3910021.37
Hex0C6D6459039e96415
Octal01415514413107135114425
Binary01100110110111001001011001011100111101001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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