Shades of Midnight Express #09013B
Tints of Midnight Express #09013B
RGB
CMYK
RGB Variations
Color information
#09013B (or 0x09013B) is known color: Midnight Express. HEX triplet: 09, 01 and 3B. RGB value is (9,1,59). Sum of RGB (Red+Green+Blue) = 9+1+59=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 59 (23.44% from 255 or 85.51% from 69); Max value from RGB is 59 - color contains mainly: blue. Hex color #09013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09013B is #F6FEC4. Grayscale: #090909. Windows color (decimal): -16187077 or 3866889. OLE color: 3866889.
HSL color Cylindrical-coordinate representation of color #09013B: hue angle of 248.28º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09013B is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 1 | 59 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.77 |
| HSL | 248.28º | 0.97% | 0.12% | - |
| HSV(B) | 248.28º | 0.98% | 0.23% | - |
| XYZ | 0.91 | 0.4 | 4.17 | - |
| YUV | 10 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 59 | 0.85 | 0.98 | 0 | 0.77 | 248.28 | 0.97 | 0.12 |
| Hex | 9 | 1 | 3B | 55 | 62 | 0 | 4D | F8 | 61 | C |
| Octal | 11 | 1 | 73 | 125 | 142 | 0 | 115 | 370 | 141 | 14 |
| Binary | 1001 | 1 | 111011 | 1010101 | 1100010 | 0 | 1001101 | 11111000 | 1100001 | 1100 |
Color Harmonies of #09013B
Complementary color
Monochromatic Colors of #09013B
Black with #09013B
Text Example
Text Example
White with #09013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09013B; }
p { color: rgb(9,1,59); }
H1.HeaderClassName
{
color: #09013B;
}
.AnyTagClassName
{
color: #09013B;
}
</style>
background-color css
<style>
a { background-color: #09013B; }
a { background-color: rgb(9,1,59); }
div.DivClassName
{
background-color: #09013B;
}
.BgClassName
{
background-color: #09013B;
}
</style>
border-color css
<style>
span { border-color: #09013B; }
span { border-color: rgb(9,1,59); }
td.TdClassName
{
border-color: #09013B;
}
.TagClassName
{
border-color: #09013B;
}
</style>