#000C6E

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

Shades of Navy #000C6E

Tints of Navy #000C6E

Color information

#000C6E (or 0x000C6E) is unknown color: approx Navy. HEX triplet: 00, 0C and 6E. RGB value is (0,12,110). Sum of RGB (Red+Green+Blue) = 0+12+110=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #000C6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C6E is #FFF391. Grayscale: #131313. Windows color (decimal): -16774034 or 7212032. OLE color: 7212032.

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

Color convert

RGB012110-
CMYK10.8900.57
HSL233.45º100%21.57%-
HSV(B)233.45º100%43.14%-
XYZ2.951.3914.86-
YUV19.58179.02114.03-

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.84%
BLUE value IS 110 (43.36% from 255) = 90.16%
R=0%
G=9.84%
B=90.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal01211010.8900.57233.4510021.57
Hex0C6E6459039e96416
Octal01415614413107135114426
Binary01100110111011001001011001011100111101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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