#11005E

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

Shades of Midnight Blue #11005E

Tints of Midnight Blue #11005E

Color information

#11005E (or 0x11005E) is unknown color: approx Midnight Blue. HEX triplet: 11, 00 and 5E. RGB value is (17,0,94). Sum of RGB (Red+Green+Blue) = 17+0+94=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #11005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005E is #EEFFA1. Grayscale: #0F0F0F. Windows color (decimal): -15663010 or 6160401. OLE color: 6160401.

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

Color convert

RGB17094-
CMYK0.82100.63
HSL250.85º100%18.43%-
HSV(B)250.85º100%36.86%-
XYZ2.250.9310.65-
YUV15.8172.13128.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 84.68%
R=15.32%
G=0%
B=84.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal170940.82100.63250.8510018.43
Hex1105E526403Ffb6412
Octal21013612214407737314422
Binary100010101111010100101100100011111111111011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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