#11213B

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

Shades of Midnight Express #11213B

Tints of Midnight Express #11213B

Color information

#11213B (or 0x11213B) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 3B. RGB value is (17,33,59). Sum of RGB (Red+Green+Blue) = 17+33+59=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #11213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11213B is #EEDEC4. Grayscale: #1F1F1F. Windows color (decimal): -15654597 or 3875089. OLE color: 3875089.

HSL color Cylindrical-coordinate representation of color #11213B: hue angle of 217.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11213B is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB173359-
CMYK0.710.4400.77
HSL217.14º55.26%14.9%-
HSV(B)217.14º71.19%23.14%-
XYZ1.561.524.35-
YUV31.18143.7117.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 59 (23.44% from 255) = 54.13%
R=15.60%
G=30.28%
B=54.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1733590.710.4400.77217.1455.2614.9
Hex11213B472C04Dd937f
Octal2141731075401153316717
Binary10001100001111011100011110110001001101110110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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