Shades of Dark Blue #02128E
Tints of Dark Blue #02128E
RGB
CMYK
RGB Variations
Color information
#02128E (or 0x02128E) is known color: Dark Blue. HEX triplet: 02, 12 and 8E. RGB value is (2,18,142). Sum of RGB (Red+Green+Blue) = 2+18+142=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 142 (55.86% from 255 or 87.65% from 162); Max value from RGB is 142 - color contains mainly: blue. Hex color #02128E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02128E is #FDED71. Grayscale: #1A1A1A. Windows color (decimal): -16641394 or 9310722. OLE color: 9310722.
HSL color Cylindrical-coordinate representation of color #02128E: hue angle of 233.14º 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 #02128E is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 18 | 142 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.44 |
| HSL | 233.14º | 0.97% | 0.28% | - |
| HSV(B) | 233.14º | 0.99% | 0.56% | - |
| XYZ | 5.12 | 2.4 | 25.78 | - |
| YUV | 27.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 142 | 0.99 | 0.87 | 0 | 0.44 | 233.14 | 0.97 | 0.28 |
| Hex | 2 | 12 | 8E | 63 | 57 | 0 | 2C | E9 | 61 | 1C |
| Octal | 2 | 22 | 216 | 143 | 127 | 0 | 54 | 351 | 141 | 34 |
| Binary | 10 | 10010 | 10001110 | 1100011 | 1010111 | 0 | 101100 | 11101001 | 1100001 | 11100 |
Color Harmonies of #02128E
Complementary color
Monochromatic Colors of #02128E
Black with #02128E
Text Example
Text Example
White with #02128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02128E; }
p { color: rgb(2,18,142); }
H1.HeaderClassName
{
color: #02128E;
}
.AnyTagClassName
{
color: #02128E;
}
</style>
background-color css
<style>
a { background-color: #02128E; }
a { background-color: rgb(2,18,142); }
div.DivClassName
{
background-color: #02128E;
}
.BgClassName
{
background-color: #02128E;
}
</style>
border-color css
<style>
span { border-color: #02128E; }
span { border-color: rgb(2,18,142); }
td.TdClassName
{
border-color: #02128E;
}
.TagClassName
{
border-color: #02128E;
}
</style>