#11006A

Color #11006A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #11006A

Tints of Midnight Blue #11006A

Color information

#11006A (or 0x11006A) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 6A. RGB value is (17,0,106). Sum of RGB (Red+Green+Blue) = 17+0+106=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 106 (41.80% from 255 or 86.18% from 123); Max value from RGB is 106 - color contains mainly: blue. Hex color #11006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006A is #EEFF95. Grayscale: #101010. Windows color (decimal): -15662998 or 6946833. OLE color: 6946833.

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

Color convert

RGB170106-
CMYK0.84100.58
HSL249.62º100%20.78%-
HSV(B)249.62º100%41.57%-
XYZ2.831.1613.71-
YUV17.17178.13127.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 86.18%
R=13.82%
G=0%
B=86.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1701060.84100.58249.6210020.78
Hex1106A546403Afa6415
Octal21015212414407237214425
Binary100010110101010101001100100011101011111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11006A; }

 p { color: rgb(17,0,106); }

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

<style>
 a { background-color: #11006A; }

 a { background-color: rgb(17,0,106); }

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

<style>
 span { border-color: #11006A; }

 span { border-color: rgb(17,0,106); }

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