Shades of New Midnight Blue #021297
Tints of New Midnight Blue #021297
RGB
CMYK
RGB Variations
Color information
#021297 (or 0x021297) is known color: New Midnight Blue. HEX triplet: 02, 12 and 97. RGB value is (2,18,151). Sum of RGB (Red+Green+Blue) = 2+18+151=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 151 (59.38% from 255 or 88.30% from 171); Max value from RGB is 151 - color contains mainly: blue. Hex color #021297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021297 is #FDED68. Grayscale: #1B1B1B. Windows color (decimal): -16641385 or 9900546. OLE color: 9900546.
HSL color Cylindrical-coordinate representation of color #021297: hue angle of 233.56º 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 #021297 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 18 | 151 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.41 |
| HSL | 233.56º | 0.97% | 0.3% | - |
| HSV(B) | 233.56º | 0.99% | 0.59% | - |
| XYZ | 5.83 | 2.68 | 29.49 | - |
| YUV | 28.38 | 197.2 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 151 | 0.99 | 0.88 | 0 | 0.41 | 233.56 | 0.97 | 0.3 |
| Hex | 2 | 12 | 97 | 63 | 58 | 0 | 29 | EA | 61 | 1E |
| Octal | 2 | 22 | 227 | 143 | 130 | 0 | 51 | 352 | 141 | 36 |
| Binary | 10 | 10010 | 10010111 | 1100011 | 1011000 | 0 | 101001 | 11101010 | 1100001 | 11110 |
Color Harmonies of #021297
Complementary color
Monochromatic Colors of #021297
Black with #021297
Text Example
Text Example
White with #021297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021297; }
p { color: rgb(2,18,151); }
H1.HeaderClassName
{
color: #021297;
}
.AnyTagClassName
{
color: #021297;
}
</style>
background-color css
<style>
a { background-color: #021297; }
a { background-color: rgb(2,18,151); }
div.DivClassName
{
background-color: #021297;
}
.BgClassName
{
background-color: #021297;
}
</style>
border-color css
<style>
span { border-color: #021297; }
span { border-color: rgb(2,18,151); }
td.TdClassName
{
border-color: #021297;
}
.TagClassName
{
border-color: #021297;
}
</style>