Shades of Dark Blue #02118B
Tints of Dark Blue #02118B
RGB
CMYK
RGB Variations
Color information
#02118B (or 0x02118B) is known color: Dark Blue. HEX triplet: 02, 11 and 8B. RGB value is (2,17,139). Sum of RGB (Red+Green+Blue) = 2+17+139=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #02118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02118B is #FDEE74. Grayscale: #191919. Windows color (decimal): -16641653 or 9113858. OLE color: 9113858.
HSL color Cylindrical-coordinate representation of color #02118B: hue angle of 233.43º 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 #02118B is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 17 | 139 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.45 |
| HSL | 233.43º | 0.97% | 0.28% | - |
| HSV(B) | 233.43º | 0.99% | 0.55% | - |
| XYZ | 4.89 | 2.28 | 24.61 | - |
| YUV | 26.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 139 | 0.99 | 0.88 | 0 | 0.45 | 233.43 | 0.97 | 0.28 |
| Hex | 2 | 11 | 8B | 63 | 58 | 0 | 2D | E9 | 61 | 1C |
| Octal | 2 | 21 | 213 | 143 | 130 | 0 | 55 | 351 | 141 | 34 |
| Binary | 10 | 10001 | 10001011 | 1100011 | 1011000 | 0 | 101101 | 11101001 | 1100001 | 11100 |
Color Harmonies of #02118B
Complementary color
Monochromatic Colors of #02118B
Black with #02118B
Text Example
Text Example
White with #02118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02118B; }
p { color: rgb(2,17,139); }
H1.HeaderClassName
{
color: #02118B;
}
.AnyTagClassName
{
color: #02118B;
}
</style>
background-color css
<style>
a { background-color: #02118B; }
a { background-color: rgb(2,17,139); }
div.DivClassName
{
background-color: #02118B;
}
.BgClassName
{
background-color: #02118B;
}
</style>
border-color css
<style>
span { border-color: #02118B; }
span { border-color: rgb(2,17,139); }
td.TdClassName
{
border-color: #02118B;
}
.TagClassName
{
border-color: #02118B;
}
</style>