Shades of Dark Blue #020791
Tints of Dark Blue #020791
RGB
CMYK
RGB Variations
Color information
#020791 (or 0x020791) is known color: Dark Blue. HEX triplet: 02, 07 and 91. RGB value is (2,7,145). Sum of RGB (Red+Green+Blue) = 2+7+145=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #020791 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020791 is #FDF86E. Grayscale: #141414. Windows color (decimal): -16644207 or 9504514. OLE color: 9504514.
HSL color Cylindrical-coordinate representation of color #020791: hue angle of 237.9º 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 #020791 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 7 | 145 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.43 |
| HSL | 237.9º | 0.97% | 0.29% | - |
| HSV(B) | 237.9º | 0.99% | 0.57% | - |
| XYZ | 5.21 | 2.21 | 26.94 | - |
| YUV | 21.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 145 | 0.99 | 0.95 | 0 | 0.43 | 237.9 | 0.97 | 0.29 |
| Hex | 2 | 7 | 91 | 63 | 5F | 0 | 2B | EE | 61 | 1D |
| Octal | 2 | 7 | 221 | 143 | 137 | 0 | 53 | 356 | 141 | 35 |
| Binary | 10 | 111 | 10010001 | 1100011 | 1011111 | 0 | 101011 | 11101110 | 1100001 | 11101 |
Color Harmonies of #020791
Complementary color
Monochromatic Colors of #020791
Black with #020791
Text Example
Text Example
White with #020791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020791; }
p { color: rgb(2,7,145); }
H1.HeaderClassName
{
color: #020791;
}
.AnyTagClassName
{
color: #020791;
}
</style>
background-color css
<style>
a { background-color: #020791; }
a { background-color: rgb(2,7,145); }
div.DivClassName
{
background-color: #020791;
}
.BgClassName
{
background-color: #020791;
}
</style>
border-color css
<style>
span { border-color: #020791; }
span { border-color: rgb(2,7,145); }
td.TdClassName
{
border-color: #020791;
}
.TagClassName
{
border-color: #020791;
}
</style>