#11214C

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

Shades of Midnight Express #11214C

Tints of Midnight Express #11214C

Color information

#11214C (or 0x11214C) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 4C. RGB value is (17,33,76). Sum of RGB (Red+Green+Blue) = 17+33+76=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #11214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11214C is #EEDEB3. Grayscale: #202020. Windows color (decimal): -15654580 or 4989201. OLE color: 4989201.

HSL color Cylindrical-coordinate representation of color #11214C: hue angle of 223.73º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11214C is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB173376-
CMYK0.780.5700.70
HSL223.73º63.44%18.24%-
HSV(B)223.73º77.63%29.8%-
XYZ2.081.737.06-
YUV33.12152.2116.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=13.49%
G=26.19%
B=60.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1733760.780.5700.70223.7363.4418.24
Hex11214C4E39046e03f12
Octal21411141167101063407722
Binary1000110000110011001001110111001010001101110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11214C; }

 p { color: rgb(17,33,76); }

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

<style>
 a { background-color: #11214C; }

 a { background-color: rgb(17,33,76); }

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

<style>
 span { border-color: #11214C; }

 span { border-color: rgb(17,33,76); }

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