#12006E

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

Shades of Navy #12006E

Tints of Navy #12006E

Color information

#12006E (or 0x12006E) is unknown color: approx Navy. HEX triplet: 12, 00 and 6E. RGB value is (18,0,110). Sum of RGB (Red+Green+Blue) = 18+0+110=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #12006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12006E is #EDFF91. Grayscale: #111111. Windows color (decimal): -15597458 or 7208978. OLE color: 7208978.

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

Color convert

RGB180110-
CMYK0.84100.57
HSL249.82º100%21.57%-
HSV(B)249.82º100%43.14%-
XYZ3.061.2514.83-
YUV17.92179.96128.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 85.94%
R=14.06%
G=0%
B=85.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1801100.84100.57249.8210021.57
Hex1206E5464039fa6416
Octal22015612414407137214426
Binary100100110111010101001100100011100111111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12006E; }

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

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

<style>
 a { background-color: #12006E; }

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

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

<style>
 span { border-color: #12006E; }

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

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