#11214D

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

Shades of Midnight Express #11214D

Tints of Midnight Express #11214D

Color information

#11214D (or 0x11214D) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 4D. RGB value is (17,33,77). Sum of RGB (Red+Green+Blue) = 17+33+77=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #11214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11214D is #EEDEB2. Grayscale: #212121. Windows color (decimal): -15654579 or 5054737. OLE color: 5054737.

HSL color Cylindrical-coordinate representation of color #11214D: hue angle of 224º degrees, saturation: 0.64, 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 #11214D is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB173377-
CMYK0.780.5700.70
HSL224º63.83%18.43%-
HSV(B)224º77.92%30.2%-
XYZ2.111.747.25-
YUV33.23152.7116.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=13.39%
G=25.98%
B=60.63%

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
Decimal1733770.780.5700.7022463.8318.43
Hex11214D4E39046e04012
Octal214111511671010634010022
Binary10001100001100110110011101110010100011011100000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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