Shades of Dark Blue #020690
Tints of Dark Blue #020690
RGB
CMYK
RGB Variations
Color information
#020690 (or 0x020690) is known color: Dark Blue. HEX triplet: 02, 06 and 90. RGB value is (2,6,144). Sum of RGB (Red+Green+Blue) = 2+6+144=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 144 (56.64% from 255 or 94.74% from 152); Max value from RGB is 144 - color contains mainly: blue. Hex color #020690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020690 is #FDF96F. Grayscale: #131313. Windows color (decimal): -16644464 or 9438722. OLE color: 9438722.
HSL color Cylindrical-coordinate representation of color #020690: hue angle of 238.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020690 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 6 | 144 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.44 |
| HSL | 238.31º | 0.97% | 0.29% | - |
| HSV(B) | 238.31º | 0.99% | 0.56% | - |
| XYZ | 5.12 | 2.16 | 26.53 | - |
| YUV | 20.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 144 | 0.99 | 0.96 | 0 | 0.44 | 238.31 | 0.97 | 0.29 |
| Hex | 2 | 6 | 90 | 63 | 60 | 0 | 2C | EE | 61 | 1D |
| Octal | 2 | 6 | 220 | 143 | 140 | 0 | 54 | 356 | 141 | 35 |
| Binary | 10 | 110 | 10010000 | 1100011 | 1100000 | 0 | 101100 | 11101110 | 1100001 | 11101 |
Color Harmonies of #020690
Complementary color
Monochromatic Colors of #020690
Black with #020690
Text Example
Text Example
White with #020690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020690; }
p { color: rgb(2,6,144); }
H1.HeaderClassName
{
color: #020690;
}
.AnyTagClassName
{
color: #020690;
}
</style>
background-color css
<style>
a { background-color: #020690; }
a { background-color: rgb(2,6,144); }
div.DivClassName
{
background-color: #020690;
}
.BgClassName
{
background-color: #020690;
}
</style>
border-color css
<style>
span { border-color: #020690; }
span { border-color: rgb(2,6,144); }
td.TdClassName
{
border-color: #020690;
}
.TagClassName
{
border-color: #020690;
}
</style>