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