#11254B

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

Shades of Midnight Express #11254B

Tints of Midnight Express #11254B

Color information

#11254B (or 0x11254B) is unknown color: approx Midnight Express. HEX triplet: 11, 25 and 4B. RGB value is (17,37,75). Sum of RGB (Red+Green+Blue) = 17+37+75=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #11254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11254B is #EEDAB4. Grayscale: #232323. Windows color (decimal): -15653557 or 4924689. OLE color: 4924689.

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

Color convert

RGB173775-
CMYK0.770.5100.71
HSL219.31º63.04%18.04%-
HSV(B)219.31º77.33%29.41%-
XYZ2.161.956.92-
YUV35.35150.37114.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=13.18%
G=28.68%
B=58.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1737750.770.5100.71219.3163.0418.04
Hex11254B4D33047db3f12
Octal21451131156301073337722
Binary1000110010110010111001101110011010001111101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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