#11085D

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

Shades of Midnight Blue #11085D

Tints of Midnight Blue #11085D

Color information

#11085D (or 0x11085D) is unknown color: approx Midnight Blue. HEX triplet: 11, 08 and 5D. RGB value is (17,8,93). Sum of RGB (Red+Green+Blue) = 17+8+93=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #11085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11085D is #EEF7A2. Grayscale: #141414. Windows color (decimal): -15660963 or 6096913. OLE color: 6096913.

HSL color Cylindrical-coordinate representation of color #11085D: hue angle of 246.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11085D is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB17893-
CMYK0.820.9100.64
HSL246.35º84.16%19.8%-
HSV(B)246.35º91.4%36.47%-
XYZ2.291.0810.44-
YUV20.38168.98125.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 93 (36.72% from 255) = 78.81%
R=14.41%
G=6.78%
B=78.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal178930.820.9100.64246.3584.1619.8
Hex1185D525B040f65414
Octal2110135122133010036612424
Binary1000110001011101101001010110110100000011110110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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