Shades of Dark Blue #020D8F
Tints of Dark Blue #020D8F
RGB
CMYK
RGB Variations
Color information
#020D8F (or 0x020D8F) is known color: Dark Blue. HEX triplet: 02, 0D and 8F. RGB value is (2,13,143). Sum of RGB (Red+Green+Blue) = 2+13+143=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 143 (56.25% from 255 or 90.51% from 158); Max value from RGB is 143 - color contains mainly: blue. Hex color #020D8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D8F is #FDF270. Grayscale: #181818. Windows color (decimal): -16642673 or 9374978. OLE color: 9374978.
HSL color Cylindrical-coordinate representation of color #020D8F: hue angle of 235.32º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020D8F is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 13 | 143 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.44 |
| HSL | 235.32º | 0.97% | 0.28% | - |
| HSV(B) | 235.32º | 0.99% | 0.56% | - |
| XYZ | 5.13 | 2.28 | 26.16 | - |
| YUV | 24.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 143 | 0.99 | 0.91 | 0 | 0.44 | 235.32 | 0.97 | 0.28 |
| Hex | 2 | D | 8F | 63 | 5B | 0 | 2C | EB | 61 | 1C |
| Octal | 2 | 15 | 217 | 143 | 133 | 0 | 54 | 353 | 141 | 34 |
| Binary | 10 | 1101 | 10001111 | 1100011 | 1011011 | 0 | 101100 | 11101011 | 1100001 | 11100 |
Color Harmonies of #020D8F
Complementary color
Monochromatic Colors of #020D8F
Black with #020D8F
Text Example
Text Example
White with #020D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D8F; }
p { color: rgb(2,13,143); }
H1.HeaderClassName
{
color: #020D8F;
}
.AnyTagClassName
{
color: #020D8F;
}
</style>
background-color css
<style>
a { background-color: #020D8F; }
a { background-color: rgb(2,13,143); }
div.DivClassName
{
background-color: #020D8F;
}
.BgClassName
{
background-color: #020D8F;
}
</style>
border-color css
<style>
span { border-color: #020D8F; }
span { border-color: rgb(2,13,143); }
td.TdClassName
{
border-color: #020D8F;
}
.TagClassName
{
border-color: #020D8F;
}
</style>