Shades of New Midnight Blue #021397
Tints of New Midnight Blue #021397
RGB
CMYK
RGB Variations
Color information
#021397 (or 0x021397) is known color: New Midnight Blue. HEX triplet: 02, 13 and 97. RGB value is (2,19,151). Sum of RGB (Red+Green+Blue) = 2+19+151=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 151 (59.38% from 255 or 87.79% from 172); Max value from RGB is 151 - color contains mainly: blue. Hex color #021397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021397 is #FDEC68. Grayscale: #1C1C1C. Windows color (decimal): -16641129 or 9900802. OLE color: 9900802.
HSL color Cylindrical-coordinate representation of color #021397: hue angle of 233.15º 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 #021397 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 19 | 151 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.41 |
| HSL | 233.15º | 0.97% | 0.3% | - |
| HSV(B) | 233.15º | 0.99% | 0.59% | - |
| XYZ | 5.84 | 2.71 | 29.49 | - |
| YUV | 28.97 | 196.87 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 151 | 0.99 | 0.87 | 0 | 0.41 | 233.15 | 0.97 | 0.3 |
| Hex | 2 | 13 | 97 | 63 | 57 | 0 | 29 | E9 | 61 | 1E |
| Octal | 2 | 23 | 227 | 143 | 127 | 0 | 51 | 351 | 141 | 36 |
| Binary | 10 | 10011 | 10010111 | 1100011 | 1010111 | 0 | 101001 | 11101001 | 1100001 | 11110 |
Color Harmonies of #021397
Complementary color
Monochromatic Colors of #021397
Black with #021397
Text Example
Text Example
White with #021397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021397; }
p { color: rgb(2,19,151); }
H1.HeaderClassName
{
color: #021397;
}
.AnyTagClassName
{
color: #021397;
}
</style>
background-color css
<style>
a { background-color: #021397; }
a { background-color: rgb(2,19,151); }
div.DivClassName
{
background-color: #021397;
}
.BgClassName
{
background-color: #021397;
}
</style>
border-color css
<style>
span { border-color: #021397; }
span { border-color: rgb(2,19,151); }
td.TdClassName
{
border-color: #021397;
}
.TagClassName
{
border-color: #021397;
}
</style>