Shades of New Midnight Blue #021094
Tints of New Midnight Blue #021094
RGB
CMYK
RGB Variations
Color information
#021094 (or 0x021094) is known color: New Midnight Blue. HEX triplet: 02, 10 and 94. RGB value is (2,16,148). Sum of RGB (Red+Green+Blue) = 2+16+148=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #021094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021094 is #FDEF6B. Grayscale: #1A1A1A. Windows color (decimal): -16641900 or 9703426. OLE color: 9703426.
HSL color Cylindrical-coordinate representation of color #021094: hue angle of 234.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021094 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 16 | 148 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.42 |
| HSL | 234.25º | 0.97% | 0.29% | - |
| HSV(B) | 234.25º | 0.99% | 0.58% | - |
| XYZ | 5.56 | 2.52 | 28.21 | - |
| YUV | 26.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 148 | 0.99 | 0.89 | 0 | 0.42 | 234.25 | 0.97 | 0.29 |
| Hex | 2 | 10 | 94 | 63 | 59 | 0 | 2A | EA | 61 | 1D |
| Octal | 2 | 20 | 224 | 143 | 131 | 0 | 52 | 352 | 141 | 35 |
| Binary | 10 | 10000 | 10010100 | 1100011 | 1011001 | 0 | 101010 | 11101010 | 1100001 | 11101 |
Color Harmonies of #021094
Complementary color
Monochromatic Colors of #021094
Black with #021094
Text Example
Text Example
White with #021094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021094; }
p { color: rgb(2,16,148); }
H1.HeaderClassName
{
color: #021094;
}
.AnyTagClassName
{
color: #021094;
}
</style>
background-color css
<style>
a { background-color: #021094; }
a { background-color: rgb(2,16,148); }
div.DivClassName
{
background-color: #021094;
}
.BgClassName
{
background-color: #021094;
}
</style>
border-color css
<style>
span { border-color: #021094; }
span { border-color: rgb(2,16,148); }
td.TdClassName
{
border-color: #021094;
}
.TagClassName
{
border-color: #021094;
}
</style>