Shades of New Midnight Blue #090B9C
Tints of New Midnight Blue #090B9C
RGB
CMYK
RGB Variations
Color information
#090B9C (or 0x090B9C) is known color: New Midnight Blue. HEX triplet: 09, 0B and 9C. RGB value is (9,11,156). Sum of RGB (Red+Green+Blue) = 9+11+156=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 156 (61.33% from 255 or 88.64% from 176); Max value from RGB is 156 - color contains mainly: blue. Hex color #090B9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090B9C is #F6F463. Grayscale: #1A1A1A. Windows color (decimal): -16184420 or 10226441. OLE color: 10226441.
HSL color Cylindrical-coordinate representation of color #090B9C: hue angle of 239.18º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090B9C is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 11 | 156 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.39 |
| HSL | 239.18º | 0.89% | 0.32% | - |
| HSV(B) | 239.18º | 0.94% | 0.61% | - |
| XYZ | 6.23 | 2.7 | 31.64 | - |
| YUV | 26.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 156 | 0.94 | 0.93 | 0 | 0.39 | 239.18 | 0.89 | 0.32 |
| Hex | 9 | B | 9C | 5E | 5D | 0 | 27 | EF | 59 | 20 |
| Octal | 11 | 13 | 234 | 136 | 135 | 0 | 47 | 357 | 131 | 40 |
| Binary | 1001 | 1011 | 10011100 | 1011110 | 1011101 | 0 | 100111 | 11101111 | 1011001 | 100000 |
Color Harmonies of #090B9C
Complementary color
Monochromatic Colors of #090B9C
Black with #090B9C
Text Example
Text Example
White with #090B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B9C; }
p { color: rgb(9,11,156); }
H1.HeaderClassName
{
color: #090B9C;
}
.AnyTagClassName
{
color: #090B9C;
}
</style>
background-color css
<style>
a { background-color: #090B9C; }
a { background-color: rgb(9,11,156); }
div.DivClassName
{
background-color: #090B9C;
}
.BgClassName
{
background-color: #090B9C;
}
</style>
border-color css
<style>
span { border-color: #090B9C; }
span { border-color: rgb(9,11,156); }
td.TdClassName
{
border-color: #090B9C;
}
.TagClassName
{
border-color: #090B9C;
}
</style>