#11244B

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

Shades of Midnight Express #11244B

Tints of Midnight Express #11244B

Color information

#11244B (or 0x11244B) is unknown color: approx Midnight Express. HEX triplet: 11, 24 and 4B. RGB value is (17,36,75). Sum of RGB (Red+Green+Blue) = 17+36+75=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #11244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11244B is #EEDBB4. Grayscale: #222222. Windows color (decimal): -15653813 or 4924433. OLE color: 4924433.

HSL color Cylindrical-coordinate representation of color #11244B: hue angle of 220.34º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11244B is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB173675-
CMYK0.770.5200.71
HSL220.34º63.04%18.04%-
HSV(B)220.34º77.33%29.41%-
XYZ2.131.896.91-
YUV34.76150.71115.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=13.28%
G=28.12%
B=58.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1736750.770.5200.71220.3463.0418.04
Hex11244B4D34047dc3f12
Octal21441131156401073347722
Binary1000110010010010111001101110100010001111101110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,36,75); }

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

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

 a { background-color: rgb(17,36,75); }

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

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

 span { border-color: rgb(17,36,75); }

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