Shades of Midnight Blue #090E53
Tints of Midnight Blue #090E53
RGB
CMYK
RGB Variations
Color information
#090E53 (or 0x090E53) is known color: Midnight Blue. HEX triplet: 09, 0E and 53. RGB value is (9,14,83). Sum of RGB (Red+Green+Blue) = 9+14+83=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #090E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E53 is #F6F1AC. Grayscale: #141414. Windows color (decimal): -16183725 or 5443081. OLE color: 5443081.
HSL color Cylindrical-coordinate representation of color #090E53: hue angle of 235.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090E53 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 14 | 83 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.67 |
| HSL | 235.95º | 0.8% | 0.18% | - |
| HSV(B) | 235.95º | 0.89% | 0.33% | - |
| XYZ | 1.83 | 1 | 8.28 | - |
| YUV | 20.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 83 | 0.89 | 0.83 | 0 | 0.67 | 235.95 | 0.8 | 0.18 |
| Hex | 9 | E | 53 | 59 | 53 | 0 | 43 | EC | 50 | 12 |
| Octal | 11 | 16 | 123 | 131 | 123 | 0 | 103 | 354 | 120 | 22 |
| Binary | 1001 | 1110 | 1010011 | 1011001 | 1010011 | 0 | 1000011 | 11101100 | 1010000 | 10010 |
Color Harmonies of #090E53
Complementary color
Monochromatic Colors of #090E53
Black with #090E53
Text Example
Text Example
White with #090E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E53; }
p { color: rgb(9,14,83); }
H1.HeaderClassName
{
color: #090E53;
}
.AnyTagClassName
{
color: #090E53;
}
</style>
background-color css
<style>
a { background-color: #090E53; }
a { background-color: rgb(9,14,83); }
div.DivClassName
{
background-color: #090E53;
}
.BgClassName
{
background-color: #090E53;
}
</style>
border-color css
<style>
span { border-color: #090E53; }
span { border-color: rgb(9,14,83); }
td.TdClassName
{
border-color: #090E53;
}
.TagClassName
{
border-color: #090E53;
}
</style>