Shades of Dark Blue #020D91
Tints of Dark Blue #020D91
RGB
CMYK
RGB Variations
Color information
#020D91 (or 0x020D91) is known color: Dark Blue. HEX triplet: 02, 0D and 91. RGB value is (2,13,145). Sum of RGB (Red+Green+Blue) = 2+13+145=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 145 (57.03% from 255 or 90.62% from 160); Max value from RGB is 145 - color contains mainly: blue. Hex color #020D91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D91 is #FDF26E. Grayscale: #181818. Windows color (decimal): -16642671 or 9506050. OLE color: 9506050.
HSL color Cylindrical-coordinate representation of color #020D91: hue angle of 235.38º 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 #020D91 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 13 | 145 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.43 |
| HSL | 235.38º | 0.97% | 0.29% | - |
| HSV(B) | 235.38º | 0.99% | 0.57% | - |
| XYZ | 5.28 | 2.35 | 26.96 | - |
| YUV | 24.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 145 | 0.99 | 0.91 | 0 | 0.43 | 235.38 | 0.97 | 0.29 |
| Hex | 2 | D | 91 | 63 | 5B | 0 | 2B | EB | 61 | 1D |
| Octal | 2 | 15 | 221 | 143 | 133 | 0 | 53 | 353 | 141 | 35 |
| Binary | 10 | 1101 | 10010001 | 1100011 | 1011011 | 0 | 101011 | 11101011 | 1100001 | 11101 |
Color Harmonies of #020D91
Complementary color
Monochromatic Colors of #020D91
Black with #020D91
Text Example
Text Example
White with #020D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D91; }
p { color: rgb(2,13,145); }
H1.HeaderClassName
{
color: #020D91;
}
.AnyTagClassName
{
color: #020D91;
}
</style>
background-color css
<style>
a { background-color: #020D91; }
a { background-color: rgb(2,13,145); }
div.DivClassName
{
background-color: #020D91;
}
.BgClassName
{
background-color: #020D91;
}
</style>
border-color css
<style>
span { border-color: #020D91; }
span { border-color: rgb(2,13,145); }
td.TdClassName
{
border-color: #020D91;
}
.TagClassName
{
border-color: #020D91;
}
</style>