Shades of Midnight Blue #090253
Tints of Midnight Blue #090253
RGB
CMYK
RGB Variations
Color information
#090253 (or 0x090253) is known color: Midnight Blue. HEX triplet: 09, 02 and 53. RGB value is (9,2,83). Sum of RGB (Red+Green+Blue) = 9+2+83=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #090253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090253 is #F6FDAC. Grayscale: #0D0D0D. Windows color (decimal): -16186797 or 5440009. OLE color: 5440009.
HSL color Cylindrical-coordinate representation of color #090253: hue angle of 245.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090253 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 2 | 83 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.67 |
| HSL | 245.19º | 0.95% | 0.17% | - |
| HSV(B) | 245.19º | 0.98% | 0.33% | - |
| XYZ | 1.7 | 0.73 | 8.23 | - |
| YUV | 13.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 83 | 0.89 | 0.98 | 0 | 0.67 | 245.19 | 0.95 | 0.17 |
| Hex | 9 | 2 | 53 | 59 | 62 | 0 | 43 | F5 | 5F | 11 |
| Octal | 11 | 2 | 123 | 131 | 142 | 0 | 103 | 365 | 137 | 21 |
| Binary | 1001 | 10 | 1010011 | 1011001 | 1100010 | 0 | 1000011 | 11110101 | 1011111 | 10001 |
Color Harmonies of #090253
Complementary color
Monochromatic Colors of #090253
Black with #090253
Text Example
Text Example
White with #090253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090253; }
p { color: rgb(9,2,83); }
H1.HeaderClassName
{
color: #090253;
}
.AnyTagClassName
{
color: #090253;
}
</style>
background-color css
<style>
a { background-color: #090253; }
a { background-color: rgb(9,2,83); }
div.DivClassName
{
background-color: #090253;
}
.BgClassName
{
background-color: #090253;
}
</style>
border-color css
<style>
span { border-color: #090253; }
span { border-color: rgb(9,2,83); }
td.TdClassName
{
border-color: #090253;
}
.TagClassName
{
border-color: #090253;
}
</style>