Shades of Dark Blue #02198C
Tints of Dark Blue #02198C
RGB
CMYK
RGB Variations
Color information
#02198C (or 0x02198C) is known color: Dark Blue. HEX triplet: 02, 19 and 8C. RGB value is (2,25,140). Sum of RGB (Red+Green+Blue) = 2+25+140=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #02198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02198C is #FDE673. Grayscale: #1E1E1E. Windows color (decimal): -16639604 or 9181442. OLE color: 9181442.
HSL color Cylindrical-coordinate representation of color #02198C: hue angle of 230º 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 #02198C is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 25 | 140 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.45 |
| HSL | 230º | 0.97% | 0.28% | - |
| HSV(B) | 230º | 0.99% | 0.55% | - |
| XYZ | 5.11 | 2.6 | 25.04 | - |
| YUV | 31.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 140 | 0.99 | 0.82 | 0 | 0.45 | 230 | 0.97 | 0.28 |
| Hex | 2 | 19 | 8C | 63 | 52 | 0 | 2D | E6 | 61 | 1C |
| Octal | 2 | 31 | 214 | 143 | 122 | 0 | 55 | 346 | 141 | 34 |
| Binary | 10 | 11001 | 10001100 | 1100011 | 1010010 | 0 | 101101 | 11100110 | 1100001 | 11100 |
Color Harmonies of #02198C
Complementary color
Monochromatic Colors of #02198C
Black with #02198C
Text Example
Text Example
White with #02198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02198C; }
p { color: rgb(2,25,140); }
H1.HeaderClassName
{
color: #02198C;
}
.AnyTagClassName
{
color: #02198C;
}
</style>
background-color css
<style>
a { background-color: #02198C; }
a { background-color: rgb(2,25,140); }
div.DivClassName
{
background-color: #02198C;
}
.BgClassName
{
background-color: #02198C;
}
</style>
border-color css
<style>
span { border-color: #02198C; }
span { border-color: rgb(2,25,140); }
td.TdClassName
{
border-color: #02198C;
}
.TagClassName
{
border-color: #02198C;
}
</style>