Shades of New Midnight Blue #0911AB
Tints of New Midnight Blue #0911AB
RGB
CMYK
RGB Variations
Color information
#0911AB (or 0x0911AB) is known color: New Midnight Blue. HEX triplet: 09, 11 and AB. RGB value is (9,17,171). Sum of RGB (Red+Green+Blue) = 9+17+171=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 171 (67.19% from 255 or 86.80% from 197); Max value from RGB is 171 - color contains mainly: blue. Hex color #0911AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0911AB is #F6EE54. Grayscale: #1F1F1F. Windows color (decimal): -16182869 or 11211017. OLE color: 11211017.
HSL color Cylindrical-coordinate representation of color #0911AB: hue angle of 237.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0911AB is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 17 | 171 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.33 |
| HSL | 237.04º | 0.9% | 0.35% | - |
| HSV(B) | 237.04º | 0.95% | 0.67% | - |
| XYZ | 7.66 | 3.4 | 38.78 | - |
| YUV | 32.16 | 206.35 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 171 | 0.95 | 0.90 | 0 | 0.33 | 237.04 | 0.9 | 0.35 |
| Hex | 9 | 11 | AB | 5F | 5A | 0 | 21 | ED | 5A | 23 |
| Octal | 11 | 21 | 253 | 137 | 132 | 0 | 41 | 355 | 132 | 43 |
| Binary | 1001 | 10001 | 10101011 | 1011111 | 1011010 | 0 | 100001 | 11101101 | 1011010 | 100011 |
Color Harmonies of #0911AB
Complementary color
Monochromatic Colors of #0911AB
Black with #0911AB
Text Example
Text Example
White with #0911AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0911AB; }
p { color: rgb(9,17,171); }
H1.HeaderClassName
{
color: #0911AB;
}
.AnyTagClassName
{
color: #0911AB;
}
</style>
background-color css
<style>
a { background-color: #0911AB; }
a { background-color: rgb(9,17,171); }
div.DivClassName
{
background-color: #0911AB;
}
.BgClassName
{
background-color: #0911AB;
}
</style>
border-color css
<style>
span { border-color: #0911AB; }
span { border-color: rgb(9,17,171); }
td.TdClassName
{
border-color: #0911AB;
}
.TagClassName
{
border-color: #0911AB;
}
</style>