Shades of Dark Blue #02118C
Tints of Dark Blue #02118C
RGB
CMYK
RGB Variations
Color information
#02118C (or 0x02118C) is known color: Dark Blue. HEX triplet: 02, 11 and 8C. RGB value is (2,17,140). Sum of RGB (Red+Green+Blue) = 2+17+140=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #02118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02118C is #FDEE73. Grayscale: #1A1A1A. Windows color (decimal): -16641652 or 9179394. OLE color: 9179394.
HSL color Cylindrical-coordinate representation of color #02118C: hue angle of 233.48º 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 #02118C is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 17 | 140 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.45 |
| HSL | 233.48º | 0.97% | 0.28% | - |
| HSV(B) | 233.48º | 0.99% | 0.55% | - |
| XYZ | 4.96 | 2.31 | 24.99 | - |
| YUV | 26.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 140 | 0.99 | 0.88 | 0 | 0.45 | 233.48 | 0.97 | 0.28 |
| Hex | 2 | 11 | 8C | 63 | 58 | 0 | 2D | E9 | 61 | 1C |
| Octal | 2 | 21 | 214 | 143 | 130 | 0 | 55 | 351 | 141 | 34 |
| Binary | 10 | 10001 | 10001100 | 1100011 | 1011000 | 0 | 101101 | 11101001 | 1100001 | 11100 |
Color Harmonies of #02118C
Complementary color
Monochromatic Colors of #02118C
Black with #02118C
Text Example
Text Example
White with #02118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02118C; }
p { color: rgb(2,17,140); }
H1.HeaderClassName
{
color: #02118C;
}
.AnyTagClassName
{
color: #02118C;
}
</style>
background-color css
<style>
a { background-color: #02118C; }
a { background-color: rgb(2,17,140); }
div.DivClassName
{
background-color: #02118C;
}
.BgClassName
{
background-color: #02118C;
}
</style>
border-color css
<style>
span { border-color: #02118C; }
span { border-color: rgb(2,17,140); }
td.TdClassName
{
border-color: #02118C;
}
.TagClassName
{
border-color: #02118C;
}
</style>