Shades of Midnight Blue #090963
Tints of Midnight Blue #090963
RGB
CMYK
RGB Variations
Color information
#090963 (or 0x090963) is known color: Midnight Blue. HEX triplet: 09, 09 and 63. RGB value is (9,9,99). Sum of RGB (Red+Green+Blue) = 9+9+99=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #090963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090963 is #F6F69C. Grayscale: #121212. Windows color (decimal): -16184989 or 6490377. OLE color: 6490377.
HSL color Cylindrical-coordinate representation of color #090963: hue angle of 240º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #090963 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 9 | 99 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.61 |
| HSL | 240º | 0.83% | 0.21% | - |
| HSV(B) | 240º | 0.91% | 0.39% | - |
| XYZ | 2.46 | 1.15 | 11.9 | - |
| YUV | 19.26 | 173 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 99 | 0.91 | 0.91 | 0 | 0.61 | 240 | 0.83 | 0.21 |
| Hex | 9 | 9 | 63 | 5B | 5B | 0 | 3D | F0 | 53 | 15 |
| Octal | 11 | 11 | 143 | 133 | 133 | 0 | 75 | 360 | 123 | 25 |
| Binary | 1001 | 1001 | 1100011 | 1011011 | 1011011 | 0 | 111101 | 11110000 | 1010011 | 10101 |
Color Harmonies of #090963
Complementary color
Monochromatic Colors of #090963
Black with #090963
Text Example
Text Example
White with #090963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090963; }
p { color: rgb(9,9,99); }
H1.HeaderClassName
{
color: #090963;
}
.AnyTagClassName
{
color: #090963;
}
</style>
background-color css
<style>
a { background-color: #090963; }
a { background-color: rgb(9,9,99); }
div.DivClassName
{
background-color: #090963;
}
.BgClassName
{
background-color: #090963;
}
</style>
border-color css
<style>
span { border-color: #090963; }
span { border-color: rgb(9,9,99); }
td.TdClassName
{
border-color: #090963;
}
.TagClassName
{
border-color: #090963;
}
</style>