Shades of Midnight Express #09133E
Tints of Midnight Express #09133E
RGB
CMYK
RGB Variations
Color information
#09133E (or 0x09133E) is known color: Midnight Express. HEX triplet: 09, 13 and 3E. RGB value is (9,19,62). Sum of RGB (Red+Green+Blue) = 9+19+62=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #09133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09133E is #F6ECC1. Grayscale: #141414. Windows color (decimal): -16182466 or 4068105. OLE color: 4068105.
HSL color Cylindrical-coordinate representation of color #09133E: hue angle of 228.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09133E is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 19 | 62 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.76 |
| HSL | 228.68º | 0.75% | 0.14% | - |
| HSV(B) | 228.68º | 0.85% | 0.24% | - |
| XYZ | 1.22 | 0.87 | 4.66 | - |
| YUV | 20.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 62 | 0.85 | 0.69 | 0 | 0.76 | 228.68 | 0.75 | 0.14 |
| Hex | 9 | 13 | 3E | 55 | 45 | 0 | 4C | E5 | 4B | E |
| Octal | 11 | 23 | 76 | 125 | 105 | 0 | 114 | 345 | 113 | 16 |
| Binary | 1001 | 10011 | 111110 | 1010101 | 1000101 | 0 | 1001100 | 11100101 | 1001011 | 1110 |
Color Harmonies of #09133E
Complementary color
Monochromatic Colors of #09133E
Black with #09133E
Text Example
Text Example
White with #09133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09133E; }
p { color: rgb(9,19,62); }
H1.HeaderClassName
{
color: #09133E;
}
.AnyTagClassName
{
color: #09133E;
}
</style>
background-color css
<style>
a { background-color: #09133E; }
a { background-color: rgb(9,19,62); }
div.DivClassName
{
background-color: #09133E;
}
.BgClassName
{
background-color: #09133E;
}
</style>
border-color css
<style>
span { border-color: #09133E; }
span { border-color: rgb(9,19,62); }
td.TdClassName
{
border-color: #09133E;
}
.TagClassName
{
border-color: #09133E;
}
</style>