Shades of Midnight Blue #090E64
Tints of Midnight Blue #090E64
RGB
CMYK
RGB Variations
Color information
#090E64 (or 0x090E64) is known color: Midnight Blue. HEX triplet: 09, 0E and 64. RGB value is (9,14,100). Sum of RGB (Red+Green+Blue) = 9+14+100=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 100 (39.45% from 255 or 81.30% from 123); Max value from RGB is 100 - color contains mainly: blue. Hex color #090E64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E64 is #F6F19B. Grayscale: #151515. Windows color (decimal): -16183708 or 6557193. OLE color: 6557193.
HSL color Cylindrical-coordinate representation of color #090E64: hue angle of 236.7º 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 #090E64 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 14 | 100 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.61 |
| HSL | 236.7º | 0.83% | 0.21% | - |
| HSV(B) | 236.7º | 0.91% | 0.39% | - |
| XYZ | 2.57 | 1.29 | 12.17 | - |
| YUV | 22.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 100 | 0.91 | 0.86 | 0 | 0.61 | 236.7 | 0.83 | 0.21 |
| Hex | 9 | E | 64 | 5B | 56 | 0 | 3D | ED | 53 | 15 |
| Octal | 11 | 16 | 144 | 133 | 126 | 0 | 75 | 355 | 123 | 25 |
| Binary | 1001 | 1110 | 1100100 | 1011011 | 1010110 | 0 | 111101 | 11101101 | 1010011 | 10101 |
Color Harmonies of #090E64
Complementary color
Monochromatic Colors of #090E64
Black with #090E64
Text Example
Text Example
White with #090E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E64; }
p { color: rgb(9,14,100); }
H1.HeaderClassName
{
color: #090E64;
}
.AnyTagClassName
{
color: #090E64;
}
</style>
background-color css
<style>
a { background-color: #090E64; }
a { background-color: rgb(9,14,100); }
div.DivClassName
{
background-color: #090E64;
}
.BgClassName
{
background-color: #090E64;
}
</style>
border-color css
<style>
span { border-color: #090E64; }
span { border-color: rgb(9,14,100); }
td.TdClassName
{
border-color: #090E64;
}
.TagClassName
{
border-color: #090E64;
}
</style>