Shades of Dark Blue #020393
Tints of Dark Blue #020393
RGB
CMYK
RGB Variations
Color information
#020393 (or 0x020393) is known color: Dark Blue. HEX triplet: 02, 03 and 93. RGB value is (2,3,147). Sum of RGB (Red+Green+Blue) = 2+3+147=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 147 (57.81% from 255 or 96.71% from 152); Max value from RGB is 147 - color contains mainly: blue. Hex color #020393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020393 is #FDFC6C. Grayscale: #121212. Windows color (decimal): -16645229 or 9634562. OLE color: 9634562.
HSL color Cylindrical-coordinate representation of color #020393: hue angle of 239.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020393 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 3 | 147 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.42 |
| HSL | 239.59º | 0.97% | 0.29% | - |
| HSV(B) | 239.59º | 0.99% | 0.58% | - |
| XYZ | 5.32 | 2.18 | 27.74 | - |
| YUV | 19.12 | 200.17 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 147 | 0.99 | 0.98 | 0 | 0.42 | 239.59 | 0.97 | 0.29 |
| Hex | 2 | 3 | 93 | 63 | 62 | 0 | 2A | F0 | 61 | 1D |
| Octal | 2 | 3 | 223 | 143 | 142 | 0 | 52 | 360 | 141 | 35 |
| Binary | 10 | 11 | 10010011 | 1100011 | 1100010 | 0 | 101010 | 11110000 | 1100001 | 11101 |
Color Harmonies of #020393
Complementary color
Monochromatic Colors of #020393
Black with #020393
Text Example
Text Example
White with #020393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020393; }
p { color: rgb(2,3,147); }
H1.HeaderClassName
{
color: #020393;
}
.AnyTagClassName
{
color: #020393;
}
</style>
background-color css
<style>
a { background-color: #020393; }
a { background-color: rgb(2,3,147); }
div.DivClassName
{
background-color: #020393;
}
.BgClassName
{
background-color: #020393;
}
</style>
border-color css
<style>
span { border-color: #020393; }
span { border-color: rgb(2,3,147); }
td.TdClassName
{
border-color: #020393;
}
.TagClassName
{
border-color: #020393;
}
</style>