Shades of New Midnight Blue #0109AA
Tints of New Midnight Blue #0109AA
RGB
CMYK
RGB Variations
Color information
#0109AA (or 0x0109AA) is known color: New Midnight Blue. HEX triplet: 01, 09 and AA. RGB value is (1,9,170). Sum of RGB (Red+Green+Blue) = 1+9+170=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 170 (66.80% from 255 or 94.44% from 180); Max value from RGB is 170 - color contains mainly: blue. Hex color #0109AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0109AA is #FEF655. Grayscale: #181818. Windows color (decimal): -16709206 or 11143425. OLE color: 11143425.
HSL color Cylindrical-coordinate representation of color #0109AA: hue angle of 237.16º 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 #0109AA is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 9 | 170 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.33 |
| HSL | 237.16º | 0.99% | 0.34% | - |
| HSV(B) | 237.16º | 0.99% | 0.67% | - |
| XYZ | 7.37 | 3.1 | 38.24 | - |
| YUV | 24.96 | 209.85 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 170 | 0.99 | 0.95 | 0 | 0.33 | 237.16 | 0.99 | 0.34 |
| Hex | 1 | 9 | AA | 63 | 5F | 0 | 21 | ED | 63 | 22 |
| Octal | 1 | 11 | 252 | 143 | 137 | 0 | 41 | 355 | 143 | 42 |
| Binary | 1 | 1001 | 10101010 | 1100011 | 1011111 | 0 | 100001 | 11101101 | 1100011 | 100010 |
Color Harmonies of #0109AA
Complementary color
Monochromatic Colors of #0109AA
Black with #0109AA
Text Example
Text Example
White with #0109AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0109AA; }
p { color: rgb(1,9,170); }
H1.HeaderClassName
{
color: #0109AA;
}
.AnyTagClassName
{
color: #0109AA;
}
</style>
background-color css
<style>
a { background-color: #0109AA; }
a { background-color: rgb(1,9,170); }
div.DivClassName
{
background-color: #0109AA;
}
.BgClassName
{
background-color: #0109AA;
}
</style>
border-color css
<style>
span { border-color: #0109AA; }
span { border-color: rgb(1,9,170); }
td.TdClassName
{
border-color: #0109AA;
}
.TagClassName
{
border-color: #0109AA;
}
</style>