#11254D

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

Shades of Midnight Express #11254D

Tints of Midnight Express #11254D

Color information

#11254D (or 0x11254D) is unknown color: approx Midnight Express. HEX triplet: 11, 25 and 4D. RGB value is (17,37,77). Sum of RGB (Red+Green+Blue) = 17+37+77=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #11254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11254D is #EEDAB2. Grayscale: #232323. Windows color (decimal): -15653555 or 5055761. OLE color: 5055761.

HSL color Cylindrical-coordinate representation of color #11254D: hue angle of 220º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11254D is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB173777-
CMYK0.780.5200.70
HSL220º63.83%18.43%-
HSV(B)220º77.92%30.2%-
XYZ2.231.987.29-
YUV35.58151.37114.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 77 (30.47% from 255) = 58.78%
R=12.98%
G=28.24%
B=58.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1737770.780.5200.7022063.8318.43
Hex11254D4E34046dc4012
Octal214511511664010633410022
Binary10001100101100110110011101101000100011011011100100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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