Shades of Midnight Blue #091470
Tints of Midnight Blue #091470
RGB
CMYK
RGB Variations
Color information
#091470 (or 0x091470) is known color: Midnight Blue. HEX triplet: 09, 14 and 70. RGB value is (9,20,112). Sum of RGB (Red+Green+Blue) = 9+20+112=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #091470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091470 is #F6EB8F. Grayscale: #1A1A1A. Windows color (decimal): -16182160 or 7345161. OLE color: 7345161.
HSL color Cylindrical-coordinate representation of color #091470: hue angle of 233.59º 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 #091470 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 20 | 112 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.56 |
| HSL | 233.59º | 0.85% | 0.24% | - |
| HSV(B) | 233.59º | 0.92% | 0.44% | - |
| XYZ | 3.29 | 1.73 | 15.49 | - |
| YUV | 27.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 112 | 0.92 | 0.82 | 0 | 0.56 | 233.59 | 0.85 | 0.24 |
| Hex | 9 | 14 | 70 | 5C | 52 | 0 | 38 | EA | 55 | 18 |
| Octal | 11 | 24 | 160 | 134 | 122 | 0 | 70 | 352 | 125 | 30 |
| Binary | 1001 | 10100 | 1110000 | 1011100 | 1010010 | 0 | 111000 | 11101010 | 1010101 | 11000 |
Color Harmonies of #091470
Complementary color
Monochromatic Colors of #091470
Black with #091470
Text Example
Text Example
White with #091470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091470; }
p { color: rgb(9,20,112); }
H1.HeaderClassName
{
color: #091470;
}
.AnyTagClassName
{
color: #091470;
}
</style>
background-color css
<style>
a { background-color: #091470; }
a { background-color: rgb(9,20,112); }
div.DivClassName
{
background-color: #091470;
}
.BgClassName
{
background-color: #091470;
}
</style>
border-color css
<style>
span { border-color: #091470; }
span { border-color: rgb(9,20,112); }
td.TdClassName
{
border-color: #091470;
}
.TagClassName
{
border-color: #091470;
}
</style>