Shades of New Midnight Blue #090BA0
Tints of New Midnight Blue #090BA0
RGB
CMYK
RGB Variations
Color information
#090BA0 (or 0x090BA0) is known color: New Midnight Blue. HEX triplet: 09, 0B and A0. RGB value is (9,11,160). Sum of RGB (Red+Green+Blue) = 9+11+160=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 160 (62.89% from 255 or 88.89% from 180); Max value from RGB is 160 - color contains mainly: blue. Hex color #090BA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090BA0 is #F6F45F. Grayscale: #1A1A1A. Windows color (decimal): -16184416 or 10488585. OLE color: 10488585.
HSL color Cylindrical-coordinate representation of color #090BA0: hue angle of 239.21º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090BA0 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 11 | 160 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.37 |
| HSL | 239.21º | 0.89% | 0.33% | - |
| HSV(B) | 239.21º | 0.94% | 0.63% | - |
| XYZ | 6.58 | 2.84 | 33.46 | - |
| YUV | 27.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 160 | 0.94 | 0.93 | 0 | 0.37 | 239.21 | 0.89 | 0.33 |
| Hex | 9 | B | A0 | 5E | 5D | 0 | 25 | EF | 59 | 21 |
| Octal | 11 | 13 | 240 | 136 | 135 | 0 | 45 | 357 | 131 | 41 |
| Binary | 1001 | 1011 | 10100000 | 1011110 | 1011101 | 0 | 100101 | 11101111 | 1011001 | 100001 |
Color Harmonies of #090BA0
Complementary color
Monochromatic Colors of #090BA0
Black with #090BA0
Text Example
Text Example
White with #090BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090BA0; }
p { color: rgb(9,11,160); }
H1.HeaderClassName
{
color: #090BA0;
}
.AnyTagClassName
{
color: #090BA0;
}
</style>
background-color css
<style>
a { background-color: #090BA0; }
a { background-color: rgb(9,11,160); }
div.DivClassName
{
background-color: #090BA0;
}
.BgClassName
{
background-color: #090BA0;
}
</style>
border-color css
<style>
span { border-color: #090BA0; }
span { border-color: rgb(9,11,160); }
td.TdClassName
{
border-color: #090BA0;
}
.TagClassName
{
border-color: #090BA0;
}
</style>