Shades of Midnight Blue #090B5A
Tints of Midnight Blue #090B5A
RGB
CMYK
RGB Variations
Color information
#090B5A (or 0x090B5A) is known color: Midnight Blue. HEX triplet: 09, 0B and 5A. RGB value is (9,11,90). Sum of RGB (Red+Green+Blue) = 9+11+90=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #090B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B5A is #F6F4A5. Grayscale: #131313. Windows color (decimal): -16184486 or 5901065. OLE color: 5901065.
HSL color Cylindrical-coordinate representation of color #090B5A: hue angle of 238.52º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090B5A is Cyan = 0.9, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 11 | 90 | - |
| CMYK | 0.9 | 0.88 | 0 | 0.65 |
| HSL | 238.52º | 0.82% | 0.19% | - |
| HSV(B) | 238.52º | 0.9% | 0.35% | - |
| XYZ | 2.08 | 1.04 | 9.76 | - |
| YUV | 19.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 90 | 0.9 | 0.88 | 0 | 0.65 | 238.52 | 0.82 | 0.19 |
| Hex | 9 | B | 5A | 5A | 58 | 0 | 41 | EF | 52 | 13 |
| Octal | 11 | 13 | 132 | 132 | 130 | 0 | 101 | 357 | 122 | 23 |
| Binary | 1001 | 1011 | 1011010 | 1011010 | 1011000 | 0 | 1000001 | 11101111 | 1010010 | 10011 |
Color Harmonies of #090B5A
Complementary color
Monochromatic Colors of #090B5A
Black with #090B5A
Text Example
Text Example
White with #090B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B5A; }
p { color: rgb(9,11,90); }
H1.HeaderClassName
{
color: #090B5A;
}
.AnyTagClassName
{
color: #090B5A;
}
</style>
background-color css
<style>
a { background-color: #090B5A; }
a { background-color: rgb(9,11,90); }
div.DivClassName
{
background-color: #090B5A;
}
.BgClassName
{
background-color: #090B5A;
}
</style>
border-color css
<style>
span { border-color: #090B5A; }
span { border-color: rgb(9,11,90); }
td.TdClassName
{
border-color: #090B5A;
}
.TagClassName
{
border-color: #090B5A;
}
</style>