Shades of Midnight Blue #090E65
Tints of Midnight Blue #090E65
RGB
CMYK
RGB Variations
Color information
#090E65 (or 0x090E65) is known color: Midnight Blue. HEX triplet: 09, 0E and 65. RGB value is (9,14,101). Sum of RGB (Red+Green+Blue) = 9+14+101=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #090E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E65 is #F6F19A. Grayscale: #161616. Windows color (decimal): -16183707 or 6622729. OLE color: 6622729.
HSL color Cylindrical-coordinate representation of color #090E65: hue angle of 236.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #090E65 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 14 | 101 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.60 |
| HSL | 236.74º | 0.84% | 0.22% | - |
| HSV(B) | 236.74º | 0.91% | 0.4% | - |
| XYZ | 2.62 | 1.31 | 12.43 | - |
| YUV | 22.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 101 | 0.91 | 0.86 | 0 | 0.60 | 236.74 | 0.84 | 0.22 |
| Hex | 9 | E | 65 | 5B | 56 | 0 | 3C | ED | 54 | 16 |
| Octal | 11 | 16 | 145 | 133 | 126 | 0 | 74 | 355 | 124 | 26 |
| Binary | 1001 | 1110 | 1100101 | 1011011 | 1010110 | 0 | 111100 | 11101101 | 1010100 | 10110 |
Color Harmonies of #090E65
Complementary color
Monochromatic Colors of #090E65
Black with #090E65
Text Example
Text Example
White with #090E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E65; }
p { color: rgb(9,14,101); }
H1.HeaderClassName
{
color: #090E65;
}
.AnyTagClassName
{
color: #090E65;
}
</style>
background-color css
<style>
a { background-color: #090E65; }
a { background-color: rgb(9,14,101); }
div.DivClassName
{
background-color: #090E65;
}
.BgClassName
{
background-color: #090E65;
}
</style>
border-color css
<style>
span { border-color: #090E65; }
span { border-color: rgb(9,14,101); }
td.TdClassName
{
border-color: #090E65;
}
.TagClassName
{
border-color: #090E65;
}
</style>