Shades of Midnight Blue #091361
Tints of Midnight Blue #091361
RGB
CMYK
RGB Variations
Color information
#091361 (or 0x091361) is known color: Midnight Blue. HEX triplet: 09, 13 and 61. RGB value is (9,19,97). Sum of RGB (Red+Green+Blue) = 9+19+97=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 97 (38.28% from 255 or 77.6% from 125); Max value from RGB is 97 - color contains mainly: blue. Hex color #091361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091361 is #F6EC9E. Grayscale: #181818. Windows color (decimal): -16182431 or 6361865. OLE color: 6361865.
HSL color Cylindrical-coordinate representation of color #091361: hue angle of 233.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091361 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 19 | 97 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.62 |
| HSL | 233.18º | 0.83% | 0.21% | - |
| HSV(B) | 233.18º | 0.91% | 0.38% | - |
| XYZ | 2.5 | 1.39 | 11.45 | - |
| YUV | 24.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 97 | 0.91 | 0.80 | 0 | 0.62 | 233.18 | 0.83 | 0.21 |
| Hex | 9 | 13 | 61 | 5B | 50 | 0 | 3E | E9 | 53 | 15 |
| Octal | 11 | 23 | 141 | 133 | 120 | 0 | 76 | 351 | 123 | 25 |
| Binary | 1001 | 10011 | 1100001 | 1011011 | 1010000 | 0 | 111110 | 11101001 | 1010011 | 10101 |
Color Harmonies of #091361
Complementary color
Monochromatic Colors of #091361
Black with #091361
Text Example
Text Example
White with #091361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091361; }
p { color: rgb(9,19,97); }
H1.HeaderClassName
{
color: #091361;
}
.AnyTagClassName
{
color: #091361;
}
</style>
background-color css
<style>
a { background-color: #091361; }
a { background-color: rgb(9,19,97); }
div.DivClassName
{
background-color: #091361;
}
.BgClassName
{
background-color: #091361;
}
</style>
border-color css
<style>
span { border-color: #091361; }
span { border-color: rgb(9,19,97); }
td.TdClassName
{
border-color: #091361;
}
.TagClassName
{
border-color: #091361;
}
</style>