Shades of Dark Blue #020691
Tints of Dark Blue #020691
RGB
CMYK
RGB Variations
Color information
#020691 (or 0x020691) is known color: Dark Blue. HEX triplet: 02, 06 and 91. RGB value is (2,6,145). Sum of RGB (Red+Green+Blue) = 2+6+145=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 145 (57.03% from 255 or 94.77% from 153); Max value from RGB is 145 - color contains mainly: blue. Hex color #020691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020691 is #FDF96E. Grayscale: #141414. Windows color (decimal): -16644463 or 9504258. OLE color: 9504258.
HSL color Cylindrical-coordinate representation of color #020691: hue angle of 238.32º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020691 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 6 | 145 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.43 |
| HSL | 238.32º | 0.97% | 0.29% | - |
| HSV(B) | 238.32º | 0.99% | 0.57% | - |
| XYZ | 5.2 | 2.19 | 26.94 | - |
| YUV | 20.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 145 | 0.99 | 0.96 | 0 | 0.43 | 238.32 | 0.97 | 0.29 |
| Hex | 2 | 6 | 91 | 63 | 60 | 0 | 2B | EE | 61 | 1D |
| Octal | 2 | 6 | 221 | 143 | 140 | 0 | 53 | 356 | 141 | 35 |
| Binary | 10 | 110 | 10010001 | 1100011 | 1100000 | 0 | 101011 | 11101110 | 1100001 | 11101 |
Color Harmonies of #020691
Complementary color
Monochromatic Colors of #020691
Black with #020691
Text Example
Text Example
White with #020691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020691; }
p { color: rgb(2,6,145); }
H1.HeaderClassName
{
color: #020691;
}
.AnyTagClassName
{
color: #020691;
}
</style>
background-color css
<style>
a { background-color: #020691; }
a { background-color: rgb(2,6,145); }
div.DivClassName
{
background-color: #020691;
}
.BgClassName
{
background-color: #020691;
}
</style>
border-color css
<style>
span { border-color: #020691; }
span { border-color: rgb(2,6,145); }
td.TdClassName
{
border-color: #020691;
}
.TagClassName
{
border-color: #020691;
}
</style>