#11204B

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

Shades of Midnight Express #11204B

Tints of Midnight Express #11204B

Color information

#11204B (or 0x11204B) is unknown color: approx Midnight Express. HEX triplet: 11, 20 and 4B. RGB value is (17,32,75). Sum of RGB (Red+Green+Blue) = 17+32+75=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #11204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11204B is #EEDFB4. Grayscale: #202020. Windows color (decimal): -15654837 or 4923409. OLE color: 4923409.

HSL color Cylindrical-coordinate representation of color #11204B: hue angle of 224.48º 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 #11204B is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB173275-
CMYK0.770.5700.71
HSL224.48º63.04%18.04%-
HSV(B)224.48º77.33%29.41%-
XYZ2.021.666.87-
YUV32.42152.03117-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=13.71%
G=25.81%
B=60.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1732750.770.5700.71224.4863.0418.04
Hex11204B4D39047e03f12
Octal21401131157101073407722
Binary1000110000010010111001101111001010001111110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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