Shades of Midnight Blue #090B5D
Tints of Midnight Blue #090B5D
RGB
CMYK
RGB Variations
Color information
#090B5D (or 0x090B5D) is known color: Midnight Blue. HEX triplet: 09, 0B and 5D. RGB value is (9,11,93). Sum of RGB (Red+Green+Blue) = 9+11+93=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #090B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B5D is #F6F4A2. Grayscale: #131313. Windows color (decimal): -16184483 or 6097673. OLE color: 6097673.
HSL color Cylindrical-coordinate representation of color #090B5D: hue angle of 238.57º 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 #090B5D is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 11 | 93 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.64 |
| HSL | 238.57º | 0.82% | 0.2% | - |
| HSV(B) | 238.57º | 0.9% | 0.36% | - |
| XYZ | 2.21 | 1.09 | 10.45 | - |
| YUV | 19.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 93 | 0.90 | 0.88 | 0 | 0.64 | 238.57 | 0.82 | 0.2 |
| Hex | 9 | B | 5D | 5A | 58 | 0 | 40 | EF | 52 | 14 |
| Octal | 11 | 13 | 135 | 132 | 130 | 0 | 100 | 357 | 122 | 24 |
| Binary | 1001 | 1011 | 1011101 | 1011010 | 1011000 | 0 | 1000000 | 11101111 | 1010010 | 10100 |
Color Harmonies of #090B5D
Complementary color
Monochromatic Colors of #090B5D
Black with #090B5D
Text Example
Text Example
White with #090B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B5D; }
p { color: rgb(9,11,93); }
H1.HeaderClassName
{
color: #090B5D;
}
.AnyTagClassName
{
color: #090B5D;
}
</style>
background-color css
<style>
a { background-color: #090B5D; }
a { background-color: rgb(9,11,93); }
div.DivClassName
{
background-color: #090B5D;
}
.BgClassName
{
background-color: #090B5D;
}
</style>
border-color css
<style>
span { border-color: #090B5D; }
span { border-color: rgb(9,11,93); }
td.TdClassName
{
border-color: #090B5D;
}
.TagClassName
{
border-color: #090B5D;
}
</style>