Shades of Dark Blue #020F91
Tints of Dark Blue #020F91
RGB
CMYK
RGB Variations
Color information
#020F91 (or 0x020F91) is known color: Dark Blue. HEX triplet: 02, 0F and 91. RGB value is (2,15,145). Sum of RGB (Red+Green+Blue) = 2+15+145=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 145 (57.03% from 255 or 89.51% from 162); Max value from RGB is 145 - color contains mainly: blue. Hex color #020F91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020F91 is #FDF06E. Grayscale: #191919. Windows color (decimal): -16642159 or 9506562. OLE color: 9506562.
HSL color Cylindrical-coordinate representation of color #020F91: hue angle of 234.55º 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 #020F91 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 15 | 145 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.43 |
| HSL | 234.55º | 0.97% | 0.29% | - |
| HSV(B) | 234.55º | 0.99% | 0.57% | - |
| XYZ | 5.31 | 2.4 | 26.97 | - |
| YUV | 25.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 145 | 0.99 | 0.90 | 0 | 0.43 | 234.55 | 0.97 | 0.29 |
| Hex | 2 | F | 91 | 63 | 5A | 0 | 2B | EB | 61 | 1D |
| Octal | 2 | 17 | 221 | 143 | 132 | 0 | 53 | 353 | 141 | 35 |
| Binary | 10 | 1111 | 10010001 | 1100011 | 1011010 | 0 | 101011 | 11101011 | 1100001 | 11101 |
Color Harmonies of #020F91
Complementary color
Monochromatic Colors of #020F91
Black with #020F91
Text Example
Text Example
White with #020F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F91; }
p { color: rgb(2,15,145); }
H1.HeaderClassName
{
color: #020F91;
}
.AnyTagClassName
{
color: #020F91;
}
</style>
background-color css
<style>
a { background-color: #020F91; }
a { background-color: rgb(2,15,145); }
div.DivClassName
{
background-color: #020F91;
}
.BgClassName
{
background-color: #020F91;
}
</style>
border-color css
<style>
span { border-color: #020F91; }
span { border-color: rgb(2,15,145); }
td.TdClassName
{
border-color: #020F91;
}
.TagClassName
{
border-color: #020F91;
}
</style>