#11214B

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

Shades of Midnight Express #11214B

Tints of Midnight Express #11214B

Color information

#11214B (or 0x11214B) is unknown color: approx Midnight Express. HEX triplet: 11, 21 and 4B. RGB value is (17,33,75). Sum of RGB (Red+Green+Blue) = 17+33+75=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #11214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11214B is #EEDEB4. Grayscale: #202020. Windows color (decimal): -15654581 or 4923665. OLE color: 4923665.

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

Color convert

RGB173375-
CMYK0.770.5600.71
HSL223.45º63.04%18.04%-
HSV(B)223.45º77.33%29.41%-
XYZ2.051.716.88-
YUV33151.7116.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 75 (29.69% from 255) = 60%
R=13.6%
G=26.4%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1733750.770.5600.71223.4563.0418.04
Hex11214B4D38047df3f12
Octal21411131157001073377722
Binary1000110000110010111001101111000010001111101111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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