Shades of Dark Blue #020993
Tints of Dark Blue #020993
RGB
CMYK
RGB Variations
Color information
#020993 (or 0x020993) is known color: Dark Blue. HEX triplet: 02, 09 and 93. RGB value is (2,9,147). Sum of RGB (Red+Green+Blue) = 2+9+147=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #020993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020993 is #FDF66C. Grayscale: #161616. Windows color (decimal): -16643693 or 9636098. OLE color: 9636098.
HSL color Cylindrical-coordinate representation of color #020993: hue angle of 237.1º 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 #020993 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 9 | 147 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.42 |
| HSL | 237.1º | 0.97% | 0.29% | - |
| HSV(B) | 237.1º | 0.99% | 0.58% | - |
| XYZ | 5.39 | 2.31 | 27.77 | - |
| YUV | 22.64 | 198.18 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 147 | 0.99 | 0.94 | 0 | 0.42 | 237.1 | 0.97 | 0.29 |
| Hex | 2 | 9 | 93 | 63 | 5E | 0 | 2A | ED | 61 | 1D |
| Octal | 2 | 11 | 223 | 143 | 136 | 0 | 52 | 355 | 141 | 35 |
| Binary | 10 | 1001 | 10010011 | 1100011 | 1011110 | 0 | 101010 | 11101101 | 1100001 | 11101 |
Color Harmonies of #020993
Complementary color
Monochromatic Colors of #020993
Black with #020993
Text Example
Text Example
White with #020993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020993; }
p { color: rgb(2,9,147); }
H1.HeaderClassName
{
color: #020993;
}
.AnyTagClassName
{
color: #020993;
}
</style>
background-color css
<style>
a { background-color: #020993; }
a { background-color: rgb(2,9,147); }
div.DivClassName
{
background-color: #020993;
}
.BgClassName
{
background-color: #020993;
}
</style>
border-color css
<style>
span { border-color: #020993; }
span { border-color: rgb(2,9,147); }
td.TdClassName
{
border-color: #020993;
}
.TagClassName
{
border-color: #020993;
}
</style>