Shades of Midnight Blue #090A5D
Tints of Midnight Blue #090A5D
RGB
CMYK
RGB Variations
Color information
#090A5D (or 0x090A5D) is known color: Midnight Blue. HEX triplet: 09, 0A and 5D. RGB value is (9,10,93). Sum of RGB (Red+Green+Blue) = 9+10+93=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #090A5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A5D is #F6F5A2. Grayscale: #121212. Windows color (decimal): -16184739 or 6097417. OLE color: 6097417.
HSL color Cylindrical-coordinate representation of color #090A5D: hue angle of 239.29º 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 #090A5D is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 10 | 93 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.64 |
| HSL | 239.29º | 0.82% | 0.2% | - |
| HSV(B) | 239.29º | 0.9% | 0.36% | - |
| XYZ | 2.2 | 1.07 | 10.45 | - |
| YUV | 19.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 93 | 0.90 | 0.89 | 0 | 0.64 | 239.29 | 0.82 | 0.2 |
| Hex | 9 | A | 5D | 5A | 59 | 0 | 40 | EF | 52 | 14 |
| Octal | 11 | 12 | 135 | 132 | 131 | 0 | 100 | 357 | 122 | 24 |
| Binary | 1001 | 1010 | 1011101 | 1011010 | 1011001 | 0 | 1000000 | 11101111 | 1010010 | 10100 |
Color Harmonies of #090A5D
Complementary color
Monochromatic Colors of #090A5D
Black with #090A5D
Text Example
Text Example
White with #090A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A5D; }
p { color: rgb(9,10,93); }
H1.HeaderClassName
{
color: #090A5D;
}
.AnyTagClassName
{
color: #090A5D;
}
</style>
background-color css
<style>
a { background-color: #090A5D; }
a { background-color: rgb(9,10,93); }
div.DivClassName
{
background-color: #090A5D;
}
.BgClassName
{
background-color: #090A5D;
}
</style>
border-color css
<style>
span { border-color: #090A5D; }
span { border-color: rgb(9,10,93); }
td.TdClassName
{
border-color: #090A5D;
}
.TagClassName
{
border-color: #090A5D;
}
</style>