Shades of Dark Blue #02118E
Tints of Dark Blue #02118E
RGB
CMYK
RGB Variations
Color information
#02118E (or 0x02118E) is known color: Dark Blue. HEX triplet: 02, 11 and 8E. RGB value is (2,17,142). Sum of RGB (Red+Green+Blue) = 2+17+142=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 142 (55.86% from 255 or 88.20% from 161); Max value from RGB is 142 - color contains mainly: blue. Hex color #02118E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02118E is #FDEE71. Grayscale: #1A1A1A. Windows color (decimal): -16641650 or 9310466. OLE color: 9310466.
HSL color Cylindrical-coordinate representation of color #02118E: hue angle of 233.57º 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 #02118E is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 17 | 142 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.44 |
| HSL | 233.57º | 0.97% | 0.28% | - |
| HSV(B) | 233.57º | 0.99% | 0.56% | - |
| XYZ | 5.11 | 2.37 | 25.78 | - |
| YUV | 26.77 | 193.03 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 142 | 0.99 | 0.88 | 0 | 0.44 | 233.57 | 0.97 | 0.28 |
| Hex | 2 | 11 | 8E | 63 | 58 | 0 | 2C | EA | 61 | 1C |
| Octal | 2 | 21 | 216 | 143 | 130 | 0 | 54 | 352 | 141 | 34 |
| Binary | 10 | 10001 | 10001110 | 1100011 | 1011000 | 0 | 101100 | 11101010 | 1100001 | 11100 |
Color Harmonies of #02118E
Complementary color
Monochromatic Colors of #02118E
Black with #02118E
Text Example
Text Example
White with #02118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02118E; }
p { color: rgb(2,17,142); }
H1.HeaderClassName
{
color: #02118E;
}
.AnyTagClassName
{
color: #02118E;
}
</style>
background-color css
<style>
a { background-color: #02118E; }
a { background-color: rgb(2,17,142); }
div.DivClassName
{
background-color: #02118E;
}
.BgClassName
{
background-color: #02118E;
}
</style>
border-color css
<style>
span { border-color: #02118E; }
span { border-color: rgb(2,17,142); }
td.TdClassName
{
border-color: #02118E;
}
.TagClassName
{
border-color: #02118E;
}
</style>