Shades of New Midnight Blue #0901AB
Tints of New Midnight Blue #0901AB
RGB
CMYK
RGB Variations
Color information
#0901AB (or 0x0901AB) is known color: New Midnight Blue. HEX triplet: 09, 01 and AB. RGB value is (9,1,171). Sum of RGB (Red+Green+Blue) = 9+1+171=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 171 (67.19% from 255 or 94.48% from 181); Max value from RGB is 171 - color contains mainly: blue. Hex color #0901AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0901AB is #F6FE54. Grayscale: #161616. Windows color (decimal): -16186965 or 11206921. OLE color: 11206921.
HSL color Cylindrical-coordinate representation of color #0901AB: hue angle of 242.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0901AB is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 1 | 171 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.33 |
| HSL | 242.82º | 0.99% | 0.34% | - |
| HSV(B) | 242.82º | 0.99% | 0.67% | - |
| XYZ | 7.47 | 3.02 | 38.72 | - |
| YUV | 22.77 | 211.65 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 171 | 0.95 | 0.99 | 0 | 0.33 | 242.82 | 0.99 | 0.34 |
| Hex | 9 | 1 | AB | 5F | 63 | 0 | 21 | F3 | 63 | 22 |
| Octal | 11 | 1 | 253 | 137 | 143 | 0 | 41 | 363 | 143 | 42 |
| Binary | 1001 | 1 | 10101011 | 1011111 | 1100011 | 0 | 100001 | 11110011 | 1100011 | 100010 |
Color Harmonies of #0901AB
Complementary color
Monochromatic Colors of #0901AB
Black with #0901AB
Text Example
Text Example
White with #0901AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0901AB; }
p { color: rgb(9,1,171); }
H1.HeaderClassName
{
color: #0901AB;
}
.AnyTagClassName
{
color: #0901AB;
}
</style>
background-color css
<style>
a { background-color: #0901AB; }
a { background-color: rgb(9,1,171); }
div.DivClassName
{
background-color: #0901AB;
}
.BgClassName
{
background-color: #0901AB;
}
</style>
border-color css
<style>
span { border-color: #0901AB; }
span { border-color: rgb(9,1,171); }
td.TdClassName
{
border-color: #0901AB;
}
.TagClassName
{
border-color: #0901AB;
}
</style>