Shades of Midnight Express #090F34
Tints of Midnight Express #090F34
RGB
CMYK
RGB Variations
Color information
#090F34 (or 0x090F34) is known color: Midnight Express. HEX triplet: 09, 0F and 34. RGB value is (9,15,52). Sum of RGB (Red+Green+Blue) = 9+15+52=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #090F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F34 is #F6F0CB. Grayscale: #111111. Windows color (decimal): -16183500 or 3411721. OLE color: 3411721.
HSL color Cylindrical-coordinate representation of color #090F34: hue angle of 231.63º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #090F34 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 15 | 52 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.80 |
| HSL | 231.63º | 0.7% | 0.12% | - |
| HSV(B) | 231.63º | 0.83% | 0.2% | - |
| XYZ | 0.9 | 0.65 | 3.33 | - |
| YUV | 17.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 52 | 0.83 | 0.71 | 0 | 0.80 | 231.63 | 0.7 | 0.12 |
| Hex | 9 | F | 34 | 53 | 47 | 0 | 50 | E8 | 46 | C |
| Octal | 11 | 17 | 64 | 123 | 107 | 0 | 120 | 350 | 106 | 14 |
| Binary | 1001 | 1111 | 110100 | 1010011 | 1000111 | 0 | 1010000 | 11101000 | 1000110 | 1100 |
Color Harmonies of #090F34
Complementary color
Monochromatic Colors of #090F34
Black with #090F34
Text Example
Text Example
White with #090F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F34; }
p { color: rgb(9,15,52); }
H1.HeaderClassName
{
color: #090F34;
}
.AnyTagClassName
{
color: #090F34;
}
</style>
background-color css
<style>
a { background-color: #090F34; }
a { background-color: rgb(9,15,52); }
div.DivClassName
{
background-color: #090F34;
}
.BgClassName
{
background-color: #090F34;
}
</style>
border-color css
<style>
span { border-color: #090F34; }
span { border-color: rgb(9,15,52); }
td.TdClassName
{
border-color: #090F34;
}
.TagClassName
{
border-color: #090F34;
}
</style>