Shades of New Midnight Blue #0109AB
Tints of New Midnight Blue #0109AB
RGB
CMYK
RGB Variations
Color information
#0109AB (or 0x0109AB) is known color: New Midnight Blue. HEX triplet: 01, 09 and AB. RGB value is (1,9,171). Sum of RGB (Red+Green+Blue) = 1+9+171=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 9 (3.91% from 255 or 4.97% 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 #0109AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0109AB is #FEF654. Grayscale: #181818. Windows color (decimal): -16709205 or 11208961. OLE color: 11208961.
HSL color Cylindrical-coordinate representation of color #0109AB: hue angle of 237.18º 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 #0109AB is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 9 | 171 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.33 |
| HSL | 237.18º | 0.99% | 0.34% | - |
| HSV(B) | 237.18º | 0.99% | 0.67% | - |
| XYZ | 7.46 | 3.14 | 38.74 | - |
| YUV | 25.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 171 | 0.99 | 0.95 | 0 | 0.33 | 237.18 | 0.99 | 0.34 |
| Hex | 1 | 9 | AB | 63 | 5F | 0 | 21 | ED | 63 | 22 |
| Octal | 1 | 11 | 253 | 143 | 137 | 0 | 41 | 355 | 143 | 42 |
| Binary | 1 | 1001 | 10101011 | 1100011 | 1011111 | 0 | 100001 | 11101101 | 1100011 | 100010 |
Color Harmonies of #0109AB
Complementary color
Monochromatic Colors of #0109AB
Black with #0109AB
Text Example
Text Example
White with #0109AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109AB; }
p { color: rgb(1,9,171); }
H1.HeaderClassName
{
color: #0109AB;
}
.AnyTagClassName
{
color: #0109AB;
}
</style>
background-color css
<style>
a { background-color: #0109AB; }
a { background-color: rgb(1,9,171); }
div.DivClassName
{
background-color: #0109AB;
}
.BgClassName
{
background-color: #0109AB;
}
</style>
border-color css
<style>
span { border-color: #0109AB; }
span { border-color: rgb(1,9,171); }
td.TdClassName
{
border-color: #0109AB;
}
.TagClassName
{
border-color: #0109AB;
}
</style>