Shades of Midnight Blue #091572
Tints of Midnight Blue #091572
RGB
CMYK
RGB Variations
Color information
#091572 (or 0x091572) is known color: Midnight Blue. HEX triplet: 09, 15 and 72. RGB value is (9,21,114). Sum of RGB (Red+Green+Blue) = 9+21+114=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #091572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091572 is #F6EA8D. Grayscale: #1B1B1B. Windows color (decimal): -16181902 or 7476489. OLE color: 7476489.
HSL color Cylindrical-coordinate representation of color #091572: hue angle of 233.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091572 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 21 | 114 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.55 |
| HSL | 233.14º | 0.85% | 0.24% | - |
| HSV(B) | 233.14º | 0.92% | 0.45% | - |
| XYZ | 3.42 | 1.81 | 16.09 | - |
| YUV | 28.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 114 | 0.92 | 0.82 | 0 | 0.55 | 233.14 | 0.85 | 0.24 |
| Hex | 9 | 15 | 72 | 5C | 52 | 0 | 37 | E9 | 55 | 18 |
| Octal | 11 | 25 | 162 | 134 | 122 | 0 | 67 | 351 | 125 | 30 |
| Binary | 1001 | 10101 | 1110010 | 1011100 | 1010010 | 0 | 110111 | 11101001 | 1010101 | 11000 |
Color Harmonies of #091572
Complementary color
Monochromatic Colors of #091572
Black with #091572
Text Example
Text Example
White with #091572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091572; }
p { color: rgb(9,21,114); }
H1.HeaderClassName
{
color: #091572;
}
.AnyTagClassName
{
color: #091572;
}
</style>
background-color css
<style>
a { background-color: #091572; }
a { background-color: rgb(9,21,114); }
div.DivClassName
{
background-color: #091572;
}
.BgClassName
{
background-color: #091572;
}
</style>
border-color css
<style>
span { border-color: #091572; }
span { border-color: rgb(9,21,114); }
td.TdClassName
{
border-color: #091572;
}
.TagClassName
{
border-color: #091572;
}
</style>