#11213F

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

Shades of Midnight Express #11213F

Tints of Midnight Express #11213F

Color information

#11213F (or 0x11213F) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 3F. RGB value is (17,33,63). Sum of RGB (Red+Green+Blue) = 17+33+63=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #11213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11213F is #EEDEC0. Grayscale: #1F1F1F. Windows color (decimal): -15654593 or 4137233. OLE color: 4137233.

HSL color Cylindrical-coordinate representation of color #11213F: hue angle of 219.13º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11213F is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173363-
CMYK0.730.4800.75
HSL219.13º57.5%15.69%-
HSV(B)219.13º73.02%24.71%-
XYZ1.671.574.92-
YUV31.64145.7117.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 63 (25% from 255) = 55.75%
R=15.04%
G=29.20%
B=55.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1733630.730.4800.75219.1357.515.69
Hex11213F493004Bdb3a10
Octal2141771116001133337220
Binary100011000011111111001001110000010010111101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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