#11086D

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

Shades of Midnight Blue #11086D

Tints of Midnight Blue #11086D

Color information

#11086D (or 0x11086D) is unknown color: approx Midnight Blue. HEX triplet: 11, 08 and 6D. RGB value is (17,8,109). Sum of RGB (Red+Green+Blue) = 17+8+109=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #11086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11086D is #EEF792. Grayscale: #151515. Windows color (decimal): -15660947 or 7145489. OLE color: 7145489.

HSL color Cylindrical-coordinate representation of color #11086D: hue angle of 245.35º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11086D is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB178109-
CMYK0.840.9300.57
HSL245.35º86.32%22.94%-
HSV(B)245.35º92.66%42.75%-
XYZ3.081.414.58-
YUV22.2176.98124.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 109 (42.97% from 255) = 81.34%
R=12.69%
G=5.97%
B=81.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1781090.840.9300.57245.3586.3222.94
Hex1186D545D039f55617
Octal211015512413507136512627
Binary100011000110110110101001011101011100111110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11086D; }

 p { color: rgb(17,8,109); }

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

<style>
 a { background-color: #11086D; }

 a { background-color: rgb(17,8,109); }

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

<style>
 span { border-color: #11086D; }

 span { border-color: rgb(17,8,109); }

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