Shades of New Midnight Blue #021896
Tints of New Midnight Blue #021896
RGB
CMYK
RGB Variations
Color information
#021896 (or 0x021896) is known color: New Midnight Blue. HEX triplet: 02, 18 and 96. RGB value is (2,24,150). Sum of RGB (Red+Green+Blue) = 2+24+150=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #021896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021896 is #FDE769. Grayscale: #1F1F1F. Windows color (decimal): -16639850 or 9836546. OLE color: 9836546.
HSL color Cylindrical-coordinate representation of color #021896: hue angle of 231.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021896 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 24 | 150 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.41 |
| HSL | 231.08º | 0.97% | 0.3% | - |
| HSV(B) | 231.08º | 0.99% | 0.59% | - |
| XYZ | 5.86 | 2.87 | 29.1 | - |
| YUV | 31.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 150 | 0.99 | 0.84 | 0 | 0.41 | 231.08 | 0.97 | 0.3 |
| Hex | 2 | 18 | 96 | 63 | 54 | 0 | 29 | E7 | 61 | 1E |
| Octal | 2 | 30 | 226 | 143 | 124 | 0 | 51 | 347 | 141 | 36 |
| Binary | 10 | 11000 | 10010110 | 1100011 | 1010100 | 0 | 101001 | 11100111 | 1100001 | 11110 |
Color Harmonies of #021896
Complementary color
Monochromatic Colors of #021896
Black with #021896
Text Example
Text Example
White with #021896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021896; }
p { color: rgb(2,24,150); }
H1.HeaderClassName
{
color: #021896;
}
.AnyTagClassName
{
color: #021896;
}
</style>
background-color css
<style>
a { background-color: #021896; }
a { background-color: rgb(2,24,150); }
div.DivClassName
{
background-color: #021896;
}
.BgClassName
{
background-color: #021896;
}
</style>
border-color css
<style>
span { border-color: #021896; }
span { border-color: rgb(2,24,150); }
td.TdClassName
{
border-color: #021896;
}
.TagClassName
{
border-color: #021896;
}
</style>