Shades of Dark Blue #020091
Tints of Dark Blue #020091
RGB
CMYK
RGB Variations
Color information
#020091 (or 0x020091) is known color: Dark Blue. HEX triplet: 02, 00 and 91. RGB value is (2,0,145). Sum of RGB (Red+Green+Blue) = 2+0+145=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 145 (57.03% from 255 or 98.64% from 147); Max value from RGB is 145 - color contains mainly: blue. Hex color #020091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020091 is #FDFF6E. Grayscale: #101010. Windows color (decimal): -16645999 or 9502722. OLE color: 9502722.
HSL color Cylindrical-coordinate representation of color #020091: hue angle of 240.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020091 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 0 | 145 | - |
| CMYK | 0.99 | 1 | 0 | 0.43 |
| HSL | 240.83º | 1% | 0.28% | - |
| HSV(B) | 240.83º | 1% | 0.57% | - |
| XYZ | 5.14 | 2.06 | 26.91 | - |
| YUV | 17.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 145 | 0.99 | 1 | 0 | 0.43 | 240.83 | 1 | 0.28 |
| Hex | 2 | 0 | 91 | 63 | 64 | 0 | 2B | F1 | 64 | 1C |
| Octal | 2 | 0 | 221 | 143 | 144 | 0 | 53 | 361 | 144 | 34 |
| Binary | 10 | 0 | 10010001 | 1100011 | 1100100 | 0 | 101011 | 11110001 | 1100100 | 11100 |
Color Harmonies of #020091
Complementary color
Monochromatic Colors of #020091
Black with #020091
Text Example
Text Example
White with #020091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020091; }
p { color: rgb(2,0,145); }
H1.HeaderClassName
{
color: #020091;
}
.AnyTagClassName
{
color: #020091;
}
</style>
background-color css
<style>
a { background-color: #020091; }
a { background-color: rgb(2,0,145); }
div.DivClassName
{
background-color: #020091;
}
.BgClassName
{
background-color: #020091;
}
</style>
border-color css
<style>
span { border-color: #020091; }
span { border-color: rgb(2,0,145); }
td.TdClassName
{
border-color: #020091;
}
.TagClassName
{
border-color: #020091;
}
</style>