Shades of Midnight Express #11254B
Tints of Midnight Express #11254B
RGB
CMYK
RGB Variations
Color information
#11254B (or 0x11254B) is known color: 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
| RGB | 17 | 37 | 75 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.71 |
| HSL | 219.31º | 0.63% | 0.18% | - |
| HSV(B) | 219.31º | 0.77% | 0.29% | - |
| XYZ | 2.16 | 1.95 | 6.92 | - |
| YUV | 35.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 75 | 0.77 | 0.51 | 0 | 0.71 | 219.31 | 0.63 | 0.18 |
| Hex | 11 | 25 | 4B | 4D | 33 | 0 | 47 | DB | 3F | 12 |
| Octal | 21 | 45 | 113 | 115 | 63 | 0 | 107 | 333 | 77 | 22 |
| Binary | 10001 | 100101 | 1001011 | 1001101 | 110011 | 0 | 1000111 | 11011011 | 111111 | 10010 |
Color Harmonies of #11254B
Complementary color
Monochromatic Colors of #11254B
Black with #11254B
Text Example
Text Example
White with #11254B
Text Example
Text Example
HTML Codes & Css Web 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>