Shades of Dark Blue #020888
Tints of Dark Blue #020888
RGB
CMYK
RGB Variations
Color information
#020888 (or 0x020888) is known color: Dark Blue. HEX triplet: 02, 08 and 88. RGB value is (2,8,136). Sum of RGB (Red+Green+Blue) = 2+8+136=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 136 (53.52% from 255 or 93.15% from 146); Max value from RGB is 136 - color contains mainly: blue. Hex color #020888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020888 is #FDF777. Grayscale: #141414. Windows color (decimal): -16643960 or 8914946. OLE color: 8914946.
HSL color Cylindrical-coordinate representation of color #020888: hue angle of 237.31º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020888 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 8 | 136 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.47 |
| HSL | 237.31º | 0.97% | 0.27% | - |
| HSV(B) | 237.31º | 0.99% | 0.53% | - |
| XYZ | 4.56 | 1.96 | 23.43 | - |
| YUV | 20.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 136 | 0.99 | 0.94 | 0 | 0.47 | 237.31 | 0.97 | 0.27 |
| Hex | 2 | 8 | 88 | 63 | 5E | 0 | 2F | ED | 61 | 1B |
| Octal | 2 | 10 | 210 | 143 | 136 | 0 | 57 | 355 | 141 | 33 |
| Binary | 10 | 1000 | 10001000 | 1100011 | 1011110 | 0 | 101111 | 11101101 | 1100001 | 11011 |
Color Harmonies of #020888
Complementary color
Monochromatic Colors of #020888
Black with #020888
Text Example
Text Example
White with #020888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020888; }
p { color: rgb(2,8,136); }
H1.HeaderClassName
{
color: #020888;
}
.AnyTagClassName
{
color: #020888;
}
</style>
background-color css
<style>
a { background-color: #020888; }
a { background-color: rgb(2,8,136); }
div.DivClassName
{
background-color: #020888;
}
.BgClassName
{
background-color: #020888;
}
</style>
border-color css
<style>
span { border-color: #020888; }
span { border-color: rgb(2,8,136); }
td.TdClassName
{
border-color: #020888;
}
.TagClassName
{
border-color: #020888;
}
</style>