Shades of New Midnight Blue #020694
Tints of New Midnight Blue #020694
RGB
CMYK
RGB Variations
Color information
#020694 (or 0x020694) is known color: New Midnight Blue. HEX triplet: 02, 06 and 94. RGB value is (2,6,148). Sum of RGB (Red+Green+Blue) = 2+6+148=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 148 (58.20% from 255 or 94.87% from 156); Max value from RGB is 148 - color contains mainly: blue. Hex color #020694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020694 is #FDF96B. Grayscale: #141414. Windows color (decimal): -16644460 or 9700866. OLE color: 9700866.
HSL color Cylindrical-coordinate representation of color #020694: hue angle of 238.36º 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 #020694 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 6 | 148 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.42 |
| HSL | 238.36º | 0.97% | 0.29% | - |
| HSV(B) | 238.36º | 0.99% | 0.58% | - |
| XYZ | 5.44 | 2.28 | 28.17 | - |
| YUV | 20.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 148 | 0.99 | 0.96 | 0 | 0.42 | 238.36 | 0.97 | 0.29 |
| Hex | 2 | 6 | 94 | 63 | 60 | 0 | 2A | EE | 61 | 1D |
| Octal | 2 | 6 | 224 | 143 | 140 | 0 | 52 | 356 | 141 | 35 |
| Binary | 10 | 110 | 10010100 | 1100011 | 1100000 | 0 | 101010 | 11101110 | 1100001 | 11101 |
Color Harmonies of #020694
Complementary color
Monochromatic Colors of #020694
Black with #020694
Text Example
Text Example
White with #020694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020694; }
p { color: rgb(2,6,148); }
H1.HeaderClassName
{
color: #020694;
}
.AnyTagClassName
{
color: #020694;
}
</style>
background-color css
<style>
a { background-color: #020694; }
a { background-color: rgb(2,6,148); }
div.DivClassName
{
background-color: #020694;
}
.BgClassName
{
background-color: #020694;
}
</style>
border-color css
<style>
span { border-color: #020694; }
span { border-color: rgb(2,6,148); }
td.TdClassName
{
border-color: #020694;
}
.TagClassName
{
border-color: #020694;
}
</style>