Shades of Midnight Blue #090D5D
Tints of Midnight Blue #090D5D
RGB
CMYK
RGB Variations
Color information
#090D5D (or 0x090D5D) is known color: Midnight Blue. HEX triplet: 09, 0D and 5D. RGB value is (9,13,93). Sum of RGB (Red+Green+Blue) = 9+13+93=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #090D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D5D is #F6F2A2. Grayscale: #141414. Windows color (decimal): -16183971 or 6098185. OLE color: 6098185.
HSL color Cylindrical-coordinate representation of color #090D5D: hue angle of 237.14º 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 #090D5D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 13 | 93 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.64 |
| HSL | 237.14º | 0.82% | 0.2% | - |
| HSV(B) | 237.14º | 0.9% | 0.36% | - |
| XYZ | 2.23 | 1.14 | 10.46 | - |
| YUV | 20.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 93 | 0.90 | 0.86 | 0 | 0.64 | 237.14 | 0.82 | 0.2 |
| Hex | 9 | D | 5D | 5A | 56 | 0 | 40 | ED | 52 | 14 |
| Octal | 11 | 15 | 135 | 132 | 126 | 0 | 100 | 355 | 122 | 24 |
| Binary | 1001 | 1101 | 1011101 | 1011010 | 1010110 | 0 | 1000000 | 11101101 | 1010010 | 10100 |
Color Harmonies of #090D5D
Complementary color
Monochromatic Colors of #090D5D
Black with #090D5D
Text Example
Text Example
White with #090D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D5D; }
p { color: rgb(9,13,93); }
H1.HeaderClassName
{
color: #090D5D;
}
.AnyTagClassName
{
color: #090D5D;
}
</style>
background-color css
<style>
a { background-color: #090D5D; }
a { background-color: rgb(9,13,93); }
div.DivClassName
{
background-color: #090D5D;
}
.BgClassName
{
background-color: #090D5D;
}
</style>
border-color css
<style>
span { border-color: #090D5D; }
span { border-color: rgb(9,13,93); }
td.TdClassName
{
border-color: #090D5D;
}
.TagClassName
{
border-color: #090D5D;
}
</style>