Shades of New Midnight Blue #021395
Tints of New Midnight Blue #021395
RGB
CMYK
RGB Variations
Color information
#021395 (or 0x021395) is known color: New Midnight Blue. HEX triplet: 02, 13 and 95. RGB value is (2,19,149). Sum of RGB (Red+Green+Blue) = 2+19+149=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #021395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021395 is #FDEC6A. Grayscale: #1C1C1C. Windows color (decimal): -16641131 or 9769730. OLE color: 9769730.
HSL color Cylindrical-coordinate representation of color #021395: hue angle of 233.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021395 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 19 | 149 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.42 |
| HSL | 233.06º | 0.97% | 0.3% | - |
| HSV(B) | 233.06º | 0.99% | 0.58% | - |
| XYZ | 5.68 | 2.65 | 28.65 | - |
| YUV | 28.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 149 | 0.99 | 0.87 | 0 | 0.42 | 233.06 | 0.97 | 0.3 |
| Hex | 2 | 13 | 95 | 63 | 57 | 0 | 2A | E9 | 61 | 1E |
| Octal | 2 | 23 | 225 | 143 | 127 | 0 | 52 | 351 | 141 | 36 |
| Binary | 10 | 10011 | 10010101 | 1100011 | 1010111 | 0 | 101010 | 11101001 | 1100001 | 11110 |
Color Harmonies of #021395
Complementary color
Monochromatic Colors of #021395
Black with #021395
Text Example
Text Example
White with #021395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021395; }
p { color: rgb(2,19,149); }
H1.HeaderClassName
{
color: #021395;
}
.AnyTagClassName
{
color: #021395;
}
</style>
background-color css
<style>
a { background-color: #021395; }
a { background-color: rgb(2,19,149); }
div.DivClassName
{
background-color: #021395;
}
.BgClassName
{
background-color: #021395;
}
</style>
border-color css
<style>
span { border-color: #021395; }
span { border-color: rgb(2,19,149); }
td.TdClassName
{
border-color: #021395;
}
.TagClassName
{
border-color: #021395;
}
</style>