#11095B

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

Shades of Midnight Blue #11095B

Tints of Midnight Blue #11095B

Color information

#11095B (or 0x11095B) is unknown color: approx Midnight Blue. HEX triplet: 11, 09 and 5B. RGB value is (17,9,91). Sum of RGB (Red+Green+Blue) = 17+9+91=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #11095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11095B is #EEF6A4. Grayscale: #141414. Windows color (decimal): -15660709 or 5966097. OLE color: 5966097.

HSL color Cylindrical-coordinate representation of color #11095B: hue angle of 245.85º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11095B is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB17991-
CMYK0.810.9000.64
HSL245.85º82%19.61%-
HSV(B)245.85º90.11%35.69%-
XYZ2.221.079.99-
YUV20.74167.65125.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 91 (35.94% from 255) = 77.78%
R=14.53%
G=7.69%
B=77.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal179910.810.9000.64245.858219.61
Hex1195B515A040f65214
Octal2111133121132010036612224
Binary1000110011011011101000110110100100000011110110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,9,91); }

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

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

 a { background-color: rgb(17,9,91); }

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

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

 span { border-color: rgb(17,9,91); }

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