Shades of New Midnight Blue #1601A9
Tints of New Midnight Blue #1601A9
RGB
CMYK
RGB Variations
Color information
#1601A9 (or 0x1601A9) is known color: New Midnight Blue. HEX triplet: 16, 01 and A9. RGB value is (22,1,169). Sum of RGB (Red+Green+Blue) = 22+1+169=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 169 (66.41% from 255 or 88.02% from 192); Max value from RGB is 169 - color contains mainly: blue. Hex color #1601A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1601A9 is #E9FE56. Grayscale: #191919. Windows color (decimal): -15334999 or 11075862. OLE color: 11075862.
HSL color Cylindrical-coordinate representation of color #1601A9: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1601A9 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 1 | 169 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.34 |
| HSL | 247.5º | 0.99% | 0.33% | - |
| HSV(B) | 247.5º | 0.99% | 0.66% | - |
| XYZ | 7.5 | 3.06 | 37.73 | - |
| YUV | 26.43 | 208.46 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 169 | 0.87 | 0.99 | 0 | 0.34 | 247.5 | 0.99 | 0.33 |
| Hex | 16 | 1 | A9 | 57 | 63 | 0 | 22 | F8 | 63 | 21 |
| Octal | 26 | 1 | 251 | 127 | 143 | 0 | 42 | 370 | 143 | 41 |
| Binary | 10110 | 1 | 10101001 | 1010111 | 1100011 | 0 | 100010 | 11111000 | 1100011 | 100001 |
Color Harmonies of #1601A9
Complementary color
Monochromatic Colors of #1601A9
Black with #1601A9
Text Example
Text Example
White with #1601A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1601A9; }
p { color: rgb(22,1,169); }
H1.HeaderClassName
{
color: #1601A9;
}
.AnyTagClassName
{
color: #1601A9;
}
</style>
background-color css
<style>
a { background-color: #1601A9; }
a { background-color: rgb(22,1,169); }
div.DivClassName
{
background-color: #1601A9;
}
.BgClassName
{
background-color: #1601A9;
}
</style>
border-color css
<style>
span { border-color: #1601A9; }
span { border-color: rgb(22,1,169); }
td.TdClassName
{
border-color: #1601A9;
}
.TagClassName
{
border-color: #1601A9;
}
</style>