Shades of New Midnight Blue #021098
Tints of New Midnight Blue #021098
RGB
CMYK
RGB Variations
Color information
#021098 (or 0x021098) is known color: New Midnight Blue. HEX triplet: 02, 10 and 98. RGB value is (2,16,152). Sum of RGB (Red+Green+Blue) = 2+16+152=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 152 (59.77% from 255 or 89.41% from 170); Max value from RGB is 152 - color contains mainly: blue. Hex color #021098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021098 is #FDEF67. Grayscale: #1A1A1A. Windows color (decimal): -16641896 or 9965570. OLE color: 9965570.
HSL color Cylindrical-coordinate representation of color #021098: hue angle of 234.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021098 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 16 | 152 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.40 |
| HSL | 234.4º | 0.97% | 0.3% | - |
| HSV(B) | 234.4º | 0.99% | 0.6% | - |
| XYZ | 5.88 | 2.65 | 29.91 | - |
| YUV | 27.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 152 | 0.99 | 0.89 | 0 | 0.40 | 234.4 | 0.97 | 0.3 |
| Hex | 2 | 10 | 98 | 63 | 59 | 0 | 28 | EA | 61 | 1E |
| Octal | 2 | 20 | 230 | 143 | 131 | 0 | 50 | 352 | 141 | 36 |
| Binary | 10 | 10000 | 10011000 | 1100011 | 1011001 | 0 | 101000 | 11101010 | 1100001 | 11110 |
Color Harmonies of #021098
Complementary color
Monochromatic Colors of #021098
Black with #021098
Text Example
Text Example
White with #021098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021098; }
p { color: rgb(2,16,152); }
H1.HeaderClassName
{
color: #021098;
}
.AnyTagClassName
{
color: #021098;
}
</style>
background-color css
<style>
a { background-color: #021098; }
a { background-color: rgb(2,16,152); }
div.DivClassName
{
background-color: #021098;
}
.BgClassName
{
background-color: #021098;
}
</style>
border-color css
<style>
span { border-color: #021098; }
span { border-color: rgb(2,16,152); }
td.TdClassName
{
border-color: #021098;
}
.TagClassName
{
border-color: #021098;
}
</style>