#11006B

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

Shades of Midnight Blue #11006B

Tints of Midnight Blue #11006B

Color information

#11006B (or 0x11006B) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 6B. RGB value is (17,0,107). Sum of RGB (Red+Green+Blue) = 17+0+107=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #11006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006B is #EEFF94. Grayscale: #101010. Windows color (decimal): -15662997 or 7012369. OLE color: 7012369.

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

Color convert

RGB170107-
CMYK0.84100.58
HSL249.53º100%20.98%-
HSV(B)249.53º100%41.96%-
XYZ2.891.1813.99-
YUV17.28178.63127.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 86.29%
R=13.71%
G=0%
B=86.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1701070.84100.58249.5310020.98
Hex1106B546403Afa6415
Octal21015312414407237214425
Binary100010110101110101001100100011101011111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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