Shades of Midnight Blue #090961
Tints of Midnight Blue #090961
RGB
CMYK
RGB Variations
Color information
#090961 (or 0x090961) is known color: Midnight Blue. HEX triplet: 09, 09 and 61. RGB value is (9,9,97). Sum of RGB (Red+Green+Blue) = 9+9+97=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #090961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090961 is #F6F69E. Grayscale: #121212. Windows color (decimal): -16184991 or 6359305. OLE color: 6359305.
HSL color Cylindrical-coordinate representation of color #090961: hue angle of 240º 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 #090961 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 9 | 97 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.62 |
| HSL | 240º | 0.83% | 0.21% | - |
| HSV(B) | 240º | 0.91% | 0.38% | - |
| XYZ | 2.37 | 1.12 | 11.4 | - |
| YUV | 19.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 97 | 0.91 | 0.91 | 0 | 0.62 | 240 | 0.83 | 0.21 |
| Hex | 9 | 9 | 61 | 5B | 5B | 0 | 3E | F0 | 53 | 15 |
| Octal | 11 | 11 | 141 | 133 | 133 | 0 | 76 | 360 | 123 | 25 |
| Binary | 1001 | 1001 | 1100001 | 1011011 | 1011011 | 0 | 111110 | 11110000 | 1010011 | 10101 |
Color Harmonies of #090961
Complementary color
Monochromatic Colors of #090961
Black with #090961
Text Example
Text Example
White with #090961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090961; }
p { color: rgb(9,9,97); }
H1.HeaderClassName
{
color: #090961;
}
.AnyTagClassName
{
color: #090961;
}
</style>
background-color css
<style>
a { background-color: #090961; }
a { background-color: rgb(9,9,97); }
div.DivClassName
{
background-color: #090961;
}
.BgClassName
{
background-color: #090961;
}
</style>
border-color css
<style>
span { border-color: #090961; }
span { border-color: rgb(9,9,97); }
td.TdClassName
{
border-color: #090961;
}
.TagClassName
{
border-color: #090961;
}
</style>