Shades of Midnight Express #09133D
Tints of Midnight Express #09133D
RGB
CMYK
RGB Variations
Color information
#09133D (or 0x09133D) is known color: Midnight Express. HEX triplet: 09, 13 and 3D. RGB value is (9,19,61). Sum of RGB (Red+Green+Blue) = 9+19+61=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #09133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09133D is #F6ECC2. Grayscale: #141414. Windows color (decimal): -16182467 or 4002569. OLE color: 4002569.
HSL color Cylindrical-coordinate representation of color #09133D: hue angle of 228.46º degrees, saturation: 0.74, 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 #09133D is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 19 | 61 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.76 |
| HSL | 228.46º | 0.74% | 0.14% | - |
| HSV(B) | 228.46º | 0.85% | 0.24% | - |
| XYZ | 1.19 | 0.86 | 4.52 | - |
| YUV | 20.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 61 | 0.85 | 0.69 | 0 | 0.76 | 228.46 | 0.74 | 0.14 |
| Hex | 9 | 13 | 3D | 55 | 45 | 0 | 4C | E4 | 4A | E |
| Octal | 11 | 23 | 75 | 125 | 105 | 0 | 114 | 344 | 112 | 16 |
| Binary | 1001 | 10011 | 111101 | 1010101 | 1000101 | 0 | 1001100 | 11100100 | 1001010 | 1110 |
Color Harmonies of #09133D
Complementary color
Monochromatic Colors of #09133D
Black with #09133D
Text Example
Text Example
White with #09133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09133D; }
p { color: rgb(9,19,61); }
H1.HeaderClassName
{
color: #09133D;
}
.AnyTagClassName
{
color: #09133D;
}
</style>
background-color css
<style>
a { background-color: #09133D; }
a { background-color: rgb(9,19,61); }
div.DivClassName
{
background-color: #09133D;
}
.BgClassName
{
background-color: #09133D;
}
</style>
border-color css
<style>
span { border-color: #09133D; }
span { border-color: rgb(9,19,61); }
td.TdClassName
{
border-color: #09133D;
}
.TagClassName
{
border-color: #09133D;
}
</style>