#11055A

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

Shades of Midnight Blue #11055A

Tints of Midnight Blue #11055A

Color information

#11055A (or 0x11055A) is unknown color: approx Midnight Blue. HEX triplet: 11, 05 and 5A. RGB value is (17,5,90). Sum of RGB (Red+Green+Blue) = 17+5+90=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #11055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11055A is #EEFAA5. Grayscale: #111111. Windows color (decimal): -15661734 or 5899537. OLE color: 5899537.

HSL color Cylindrical-coordinate representation of color #11055A: hue angle of 248.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11055A is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17590-
CMYK0.810.9400.65
HSL248.47º89.47%18.63%-
HSV(B)248.47º94.44%35.29%-
XYZ2.130.979.75-
YUV18.28168.48127.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 90 (35.55% from 255) = 80.36%
R=15.18%
G=4.46%
B=80.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal175900.810.9400.65248.4789.4718.63
Hex1155A515E041f85913
Octal215132121136010137013123
Binary100011011011010101000110111100100000111111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11055A; }

 p { color: rgb(17,5,90); }

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

<style>
 a { background-color: #11055A; }

 a { background-color: rgb(17,5,90); }

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

<style>
 span { border-color: #11055A; }

 span { border-color: rgb(17,5,90); }

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