#11005d

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

Shades of Midnight Blue #11005D

Tints of Midnight Blue #11005D

Color information

#11005D (or 0x11005D) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 5D. RGB value is (17,0,93). Sum of RGB (Red+Green+Blue) = 17+0+93=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #11005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005D is #EEFFA2. Grayscale: #0F0F0F. Windows color (decimal): -15663011 or 6094865. OLE color: 6094865.

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

Color convert

RGB17093-
CMYK0.82100.64
HSL250.97º100%18.24%-
HSV(B)250.97º100%36.47%-
XYZ2.210.9110.42-
YUV15.68171.63128.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 84.55%
R=15.45%
G=0%
B=84.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal170930.82100.64250.9710018.24
Hex1105D5264040fb6412
Octal210135122144010037314422
Binary1000101011101101001011001000100000011111011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11005d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11005d; }

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

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

<style>
 a { background-color: #11005d; }

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

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

<style>
 span { border-color: #11005d; }

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

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