Shades of Midnight Blue #090753
Tints of Midnight Blue #090753
RGB
CMYK
RGB Variations
Color information
#090753 (or 0x090753) is known color: Midnight Blue. HEX triplet: 09, 07 and 53. RGB value is (9,7,83). Sum of RGB (Red+Green+Blue) = 9+7+83=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #090753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090753 is #F6F8AC. Grayscale: #0F0F0F. Windows color (decimal): -16185517 or 5441289. OLE color: 5441289.
HSL color Cylindrical-coordinate representation of color #090753: hue angle of 241.58º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090753 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 7 | 83 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.67 |
| HSL | 241.58º | 0.84% | 0.18% | - |
| HSV(B) | 241.58º | 0.92% | 0.33% | - |
| XYZ | 1.75 | 0.83 | 8.25 | - |
| YUV | 16.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 83 | 0.89 | 0.92 | 0 | 0.67 | 241.58 | 0.84 | 0.18 |
| Hex | 9 | 7 | 53 | 59 | 5C | 0 | 43 | F2 | 54 | 12 |
| Octal | 11 | 7 | 123 | 131 | 134 | 0 | 103 | 362 | 124 | 22 |
| Binary | 1001 | 111 | 1010011 | 1011001 | 1011100 | 0 | 1000011 | 11110010 | 1010100 | 10010 |
Color Harmonies of #090753
Complementary color
Monochromatic Colors of #090753
Black with #090753
Text Example
Text Example
White with #090753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090753; }
p { color: rgb(9,7,83); }
H1.HeaderClassName
{
color: #090753;
}
.AnyTagClassName
{
color: #090753;
}
</style>
background-color css
<style>
a { background-color: #090753; }
a { background-color: rgb(9,7,83); }
div.DivClassName
{
background-color: #090753;
}
.BgClassName
{
background-color: #090753;
}
</style>
border-color css
<style>
span { border-color: #090753; }
span { border-color: rgb(9,7,83); }
td.TdClassName
{
border-color: #090753;
}
.TagClassName
{
border-color: #090753;
}
</style>