Shades of Dark Blue #020C8D
Tints of Dark Blue #020C8D
RGB
CMYK
RGB Variations
Color information
#020C8D (or 0x020C8D) is known color: Dark Blue. HEX triplet: 02, 0C and 8D. RGB value is (2,12,141). Sum of RGB (Red+Green+Blue) = 2+12+141=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 141 (55.47% from 255 or 90.97% from 155); Max value from RGB is 141 - color contains mainly: blue. Hex color #020C8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C8D is #FDF372. Grayscale: #171717. Windows color (decimal): -16642931 or 9243650. OLE color: 9243650.
HSL color Cylindrical-coordinate representation of color #020C8D: hue angle of 235.68º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020C8D is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 12 | 141 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.45 |
| HSL | 235.68º | 0.97% | 0.28% | - |
| HSV(B) | 235.68º | 0.99% | 0.55% | - |
| XYZ | 4.96 | 2.2 | 25.36 | - |
| YUV | 23.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 141 | 0.99 | 0.91 | 0 | 0.45 | 235.68 | 0.97 | 0.28 |
| Hex | 2 | C | 8D | 63 | 5B | 0 | 2D | EC | 61 | 1C |
| Octal | 2 | 14 | 215 | 143 | 133 | 0 | 55 | 354 | 141 | 34 |
| Binary | 10 | 1100 | 10001101 | 1100011 | 1011011 | 0 | 101101 | 11101100 | 1100001 | 11100 |
Color Harmonies of #020C8D
Complementary color
Monochromatic Colors of #020C8D
Black with #020C8D
Text Example
Text Example
White with #020C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C8D; }
p { color: rgb(2,12,141); }
H1.HeaderClassName
{
color: #020C8D;
}
.AnyTagClassName
{
color: #020C8D;
}
</style>
background-color css
<style>
a { background-color: #020C8D; }
a { background-color: rgb(2,12,141); }
div.DivClassName
{
background-color: #020C8D;
}
.BgClassName
{
background-color: #020C8D;
}
</style>
border-color css
<style>
span { border-color: #020C8D; }
span { border-color: rgb(2,12,141); }
td.TdClassName
{
border-color: #020C8D;
}
.TagClassName
{
border-color: #020C8D;
}
</style>