Shades of New Midnight Blue #021197
Tints of New Midnight Blue #021197
RGB
CMYK
RGB Variations
Color information
#021197 (or 0x021197) is known color: New Midnight Blue. HEX triplet: 02, 11 and 97. RGB value is (2,17,151). Sum of RGB (Red+Green+Blue) = 2+17+151=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #021197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021197 is #FDEE68. Grayscale: #1B1B1B. Windows color (decimal): -16641641 or 9900290. OLE color: 9900290.
HSL color Cylindrical-coordinate representation of color #021197: hue angle of 233.96º 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 #021197 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 17 | 151 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.41 |
| HSL | 233.96º | 0.97% | 0.3% | - |
| HSV(B) | 233.96º | 0.99% | 0.59% | - |
| XYZ | 5.81 | 2.65 | 29.48 | - |
| YUV | 27.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 151 | 0.99 | 0.89 | 0 | 0.41 | 233.96 | 0.97 | 0.3 |
| Hex | 2 | 11 | 97 | 63 | 59 | 0 | 29 | EA | 61 | 1E |
| Octal | 2 | 21 | 227 | 143 | 131 | 0 | 51 | 352 | 141 | 36 |
| Binary | 10 | 10001 | 10010111 | 1100011 | 1011001 | 0 | 101001 | 11101010 | 1100001 | 11110 |
Color Harmonies of #021197
Complementary color
Monochromatic Colors of #021197
Black with #021197
Text Example
Text Example
White with #021197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021197; }
p { color: rgb(2,17,151); }
H1.HeaderClassName
{
color: #021197;
}
.AnyTagClassName
{
color: #021197;
}
</style>
background-color css
<style>
a { background-color: #021197; }
a { background-color: rgb(2,17,151); }
div.DivClassName
{
background-color: #021197;
}
.BgClassName
{
background-color: #021197;
}
</style>
border-color css
<style>
span { border-color: #021197; }
span { border-color: rgb(2,17,151); }
td.TdClassName
{
border-color: #021197;
}
.TagClassName
{
border-color: #021197;
}
</style>