Shades of Midnight Blue #090B5B
Tints of Midnight Blue #090B5B
RGB
CMYK
RGB Variations
Color information
#090B5B (or 0x090B5B) is known color: Midnight Blue. HEX triplet: 09, 0B and 5B. RGB value is (9,11,91). Sum of RGB (Red+Green+Blue) = 9+11+91=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #090B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B5B is #F6F4A4. Grayscale: #131313. Windows color (decimal): -16184485 or 5966601. OLE color: 5966601.
HSL color Cylindrical-coordinate representation of color #090B5B: hue angle of 238.54º 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 #090B5B is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 11 | 91 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.64 |
| HSL | 238.54º | 0.82% | 0.2% | - |
| HSV(B) | 238.54º | 0.9% | 0.36% | - |
| XYZ | 2.12 | 1.05 | 9.99 | - |
| YUV | 19.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 91 | 0.90 | 0.88 | 0 | 0.64 | 238.54 | 0.82 | 0.2 |
| Hex | 9 | B | 5B | 5A | 58 | 0 | 40 | EF | 52 | 14 |
| Octal | 11 | 13 | 133 | 132 | 130 | 0 | 100 | 357 | 122 | 24 |
| Binary | 1001 | 1011 | 1011011 | 1011010 | 1011000 | 0 | 1000000 | 11101111 | 1010010 | 10100 |
Color Harmonies of #090B5B
Complementary color
Monochromatic Colors of #090B5B
Black with #090B5B
Text Example
Text Example
White with #090B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B5B; }
p { color: rgb(9,11,91); }
H1.HeaderClassName
{
color: #090B5B;
}
.AnyTagClassName
{
color: #090B5B;
}
</style>
background-color css
<style>
a { background-color: #090B5B; }
a { background-color: rgb(9,11,91); }
div.DivClassName
{
background-color: #090B5B;
}
.BgClassName
{
background-color: #090B5B;
}
</style>
border-color css
<style>
span { border-color: #090B5B; }
span { border-color: rgb(9,11,91); }
td.TdClassName
{
border-color: #090B5B;
}
.TagClassName
{
border-color: #090B5B;
}
</style>