Shades of New Midnight Blue #021594
Tints of New Midnight Blue #021594
RGB
CMYK
RGB Variations
Color information
#021594 (or 0x021594) is known color: New Midnight Blue. HEX triplet: 02, 15 and 94. RGB value is (2,21,148). Sum of RGB (Red+Green+Blue) = 2+21+148=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #021594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021594 is #FDEA6B. Grayscale: #1D1D1D. Windows color (decimal): -16640620 or 9704706. OLE color: 9704706.
HSL color Cylindrical-coordinate representation of color #021594: hue angle of 232.19º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021594 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 21 | 148 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.42 |
| HSL | 232.19º | 0.97% | 0.29% | - |
| HSV(B) | 232.19º | 0.99% | 0.58% | - |
| XYZ | 5.64 | 2.69 | 28.24 | - |
| YUV | 29.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 148 | 0.99 | 0.86 | 0 | 0.42 | 232.19 | 0.97 | 0.29 |
| Hex | 2 | 15 | 94 | 63 | 56 | 0 | 2A | E8 | 61 | 1D |
| Octal | 2 | 25 | 224 | 143 | 126 | 0 | 52 | 350 | 141 | 35 |
| Binary | 10 | 10101 | 10010100 | 1100011 | 1010110 | 0 | 101010 | 11101000 | 1100001 | 11101 |
Color Harmonies of #021594
Complementary color
Monochromatic Colors of #021594
Black with #021594
Text Example
Text Example
White with #021594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021594; }
p { color: rgb(2,21,148); }
H1.HeaderClassName
{
color: #021594;
}
.AnyTagClassName
{
color: #021594;
}
</style>
background-color css
<style>
a { background-color: #021594; }
a { background-color: rgb(2,21,148); }
div.DivClassName
{
background-color: #021594;
}
.BgClassName
{
background-color: #021594;
}
</style>
border-color css
<style>
span { border-color: #021594; }
span { border-color: rgb(2,21,148); }
td.TdClassName
{
border-color: #021594;
}
.TagClassName
{
border-color: #021594;
}
</style>