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