Shades of Midnight Blue #090E5C
Tints of Midnight Blue #090E5C
RGB
CMYK
RGB Variations
Color information
#090E5C (or 0x090E5C) is known color: Midnight Blue. HEX triplet: 09, 0E and 5C. RGB value is (9,14,92). Sum of RGB (Red+Green+Blue) = 9+14+92=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #090E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E5C is #F6F1A3. Grayscale: #151515. Windows color (decimal): -16183716 or 6032905. OLE color: 6032905.
HSL color Cylindrical-coordinate representation of color #090E5C: hue angle of 236.39º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090E5C is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 14 | 92 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.64 |
| HSL | 236.39º | 0.82% | 0.2% | - |
| HSV(B) | 236.39º | 0.9% | 0.36% | - |
| XYZ | 2.2 | 1.14 | 10.23 | - |
| YUV | 21.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 92 | 0.90 | 0.85 | 0 | 0.64 | 236.39 | 0.82 | 0.2 |
| Hex | 9 | E | 5C | 5A | 55 | 0 | 40 | EC | 52 | 14 |
| Octal | 11 | 16 | 134 | 132 | 125 | 0 | 100 | 354 | 122 | 24 |
| Binary | 1001 | 1110 | 1011100 | 1011010 | 1010101 | 0 | 1000000 | 11101100 | 1010010 | 10100 |
Color Harmonies of #090E5C
Complementary color
Monochromatic Colors of #090E5C
Black with #090E5C
Text Example
Text Example
White with #090E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E5C; }
p { color: rgb(9,14,92); }
H1.HeaderClassName
{
color: #090E5C;
}
.AnyTagClassName
{
color: #090E5C;
}
</style>
background-color css
<style>
a { background-color: #090E5C; }
a { background-color: rgb(9,14,92); }
div.DivClassName
{
background-color: #090E5C;
}
.BgClassName
{
background-color: #090E5C;
}
</style>
border-color css
<style>
span { border-color: #090E5C; }
span { border-color: rgb(9,14,92); }
td.TdClassName
{
border-color: #090E5C;
}
.TagClassName
{
border-color: #090E5C;
}
</style>