Shades of Dark Blue #02168E
Tints of Dark Blue #02168E
RGB
CMYK
RGB Variations
Color information
#02168E (or 0x02168E) is known color: Dark Blue. HEX triplet: 02, 16 and 8E. RGB value is (2,22,142). Sum of RGB (Red+Green+Blue) = 2+22+142=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 142 (55.86% from 255 or 85.54% from 166); Max value from RGB is 142 - color contains mainly: blue. Hex color #02168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02168E is #FDE971. Grayscale: #1D1D1D. Windows color (decimal): -16640370 or 9311746. OLE color: 9311746.
HSL color Cylindrical-coordinate representation of color #02168E: hue angle of 231.43º 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 #02168E is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 22 | 142 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.44 |
| HSL | 231.43º | 0.97% | 0.28% | - |
| HSV(B) | 231.43º | 0.99% | 0.56% | - |
| XYZ | 5.19 | 2.54 | 25.81 | - |
| YUV | 29.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 142 | 0.99 | 0.85 | 0 | 0.44 | 231.43 | 0.97 | 0.28 |
| Hex | 2 | 16 | 8E | 63 | 55 | 0 | 2C | E7 | 61 | 1C |
| Octal | 2 | 26 | 216 | 143 | 125 | 0 | 54 | 347 | 141 | 34 |
| Binary | 10 | 10110 | 10001110 | 1100011 | 1010101 | 0 | 101100 | 11100111 | 1100001 | 11100 |
Color Harmonies of #02168E
Complementary color
Monochromatic Colors of #02168E
Black with #02168E
Text Example
Text Example
White with #02168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02168E; }
p { color: rgb(2,22,142); }
H1.HeaderClassName
{
color: #02168E;
}
.AnyTagClassName
{
color: #02168E;
}
</style>
background-color css
<style>
a { background-color: #02168E; }
a { background-color: rgb(2,22,142); }
div.DivClassName
{
background-color: #02168E;
}
.BgClassName
{
background-color: #02168E;
}
</style>
border-color css
<style>
span { border-color: #02168E; }
span { border-color: rgb(2,22,142); }
td.TdClassName
{
border-color: #02168E;
}
.TagClassName
{
border-color: #02168E;
}
</style>