Shades of Midnight Blue #090F70
Tints of Midnight Blue #090F70
RGB
CMYK
RGB Variations
Color information
#090F70 (or 0x090F70) is known color: Midnight Blue. HEX triplet: 09, 0F and 70. RGB value is (9,15,112). Sum of RGB (Red+Green+Blue) = 9+15+112=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #090F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F70 is #F6F08F. Grayscale: #171717. Windows color (decimal): -16183440 or 7343881. OLE color: 7343881.
HSL color Cylindrical-coordinate representation of color #090F70: hue angle of 236.5º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090F70 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 15 | 112 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.56 |
| HSL | 236.5º | 0.85% | 0.24% | - |
| HSV(B) | 236.5º | 0.92% | 0.44% | - |
| XYZ | 3.21 | 1.57 | 15.46 | - |
| YUV | 24.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 112 | 0.92 | 0.87 | 0 | 0.56 | 236.5 | 0.85 | 0.24 |
| Hex | 9 | F | 70 | 5C | 57 | 0 | 38 | ED | 55 | 18 |
| Octal | 11 | 17 | 160 | 134 | 127 | 0 | 70 | 355 | 125 | 30 |
| Binary | 1001 | 1111 | 1110000 | 1011100 | 1010111 | 0 | 111000 | 11101101 | 1010101 | 11000 |
Color Harmonies of #090F70
Complementary color
Monochromatic Colors of #090F70
Black with #090F70
Text Example
Text Example
White with #090F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F70; }
p { color: rgb(9,15,112); }
H1.HeaderClassName
{
color: #090F70;
}
.AnyTagClassName
{
color: #090F70;
}
</style>
background-color css
<style>
a { background-color: #090F70; }
a { background-color: rgb(9,15,112); }
div.DivClassName
{
background-color: #090F70;
}
.BgClassName
{
background-color: #090F70;
}
</style>
border-color css
<style>
span { border-color: #090F70; }
span { border-color: rgb(9,15,112); }
td.TdClassName
{
border-color: #090F70;
}
.TagClassName
{
border-color: #090F70;
}
</style>