Shades of Dark Blue #02028C
Tints of Dark Blue #02028C
RGB
CMYK
RGB Variations
Color information
#02028C (or 0x02028C) is known color: Dark Blue. HEX triplet: 02, 02 and 8C. RGB value is (2,2,140). Sum of RGB (Red+Green+Blue) = 2+2+140=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 140 (55.08% from 255 or 97.22% from 144); Max value from RGB is 140 - color contains mainly: blue. Hex color #02028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02028C is #FDFD73. Grayscale: #111111. Windows color (decimal): -16645492 or 9175554. OLE color: 9175554.
HSL color Cylindrical-coordinate representation of color #02028C: hue angle of 240º 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 #02028C is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 2 | 140 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.45 |
| HSL | 240º | 0.97% | 0.28% | - |
| HSV(B) | 240º | 0.99% | 0.55% | - |
| XYZ | 4.78 | 1.95 | 24.94 | - |
| YUV | 17.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 140 | 0.99 | 0.99 | 0 | 0.45 | 240 | 0.97 | 0.28 |
| Hex | 2 | 2 | 8C | 63 | 63 | 0 | 2D | F0 | 61 | 1C |
| Octal | 2 | 2 | 214 | 143 | 143 | 0 | 55 | 360 | 141 | 34 |
| Binary | 10 | 10 | 10001100 | 1100011 | 1100011 | 0 | 101101 | 11110000 | 1100001 | 11100 |
Color Harmonies of #02028C
Complementary color
Monochromatic Colors of #02028C
Black with #02028C
Text Example
Text Example
White with #02028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02028C; }
p { color: rgb(2,2,140); }
H1.HeaderClassName
{
color: #02028C;
}
.AnyTagClassName
{
color: #02028C;
}
</style>
background-color css
<style>
a { background-color: #02028C; }
a { background-color: rgb(2,2,140); }
div.DivClassName
{
background-color: #02028C;
}
.BgClassName
{
background-color: #02028C;
}
</style>
border-color css
<style>
span { border-color: #02028C; }
span { border-color: rgb(2,2,140); }
td.TdClassName
{
border-color: #02028C;
}
.TagClassName
{
border-color: #02028C;
}
</style>