#11224B

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

Shades of Midnight Express #11224B

Tints of Midnight Express #11224B

Color information

#11224B (or 0x11224B) is unknown color: approx Midnight Express. HEX triplet: 11, 22 and 4B. RGB value is (17,34,75). Sum of RGB (Red+Green+Blue) = 17+34+75=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #11224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11224B is #EEDDB4. Grayscale: #212121. Windows color (decimal): -15654325 or 4923921. OLE color: 4923921.

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

Color convert

RGB173475-
CMYK0.770.5500.71
HSL222.41º63.04%18.04%-
HSV(B)222.41º77.33%29.41%-
XYZ2.071.776.89-
YUV33.59151.37116.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=13.49%
G=26.98%
B=59.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1734750.770.5500.71222.4163.0418.04
Hex11224B4D37047de3f12
Octal21421131156701073367722
Binary1000110001010010111001101110111010001111101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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