Shades of Dark Blue #020093
Tints of Dark Blue #020093
RGB
CMYK
RGB Variations
Color information
#020093 (or 0x020093) is known color: Dark Blue. HEX triplet: 02, 00 and 93. RGB value is (2,0,147). Sum of RGB (Red+Green+Blue) = 2+0+147=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 147 (57.81% from 255 or 98.66% from 149); Max value from RGB is 147 - color contains mainly: blue. Hex color #020093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020093 is #FDFF6C. Grayscale: #101010. Windows color (decimal): -16645997 or 9633794. OLE color: 9633794.
HSL color Cylindrical-coordinate representation of color #020093: hue angle of 240.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020093 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 0 | 147 | - |
| CMYK | 0.99 | 1 | 0 | 0.42 |
| HSL | 240.82º | 1% | 0.29% | - |
| HSV(B) | 240.82º | 1% | 0.58% | - |
| XYZ | 5.29 | 2.12 | 27.73 | - |
| YUV | 17.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 147 | 0.99 | 1 | 0 | 0.42 | 240.82 | 1 | 0.29 |
| Hex | 2 | 0 | 93 | 63 | 64 | 0 | 2A | F1 | 64 | 1D |
| Octal | 2 | 0 | 223 | 143 | 144 | 0 | 52 | 361 | 144 | 35 |
| Binary | 10 | 0 | 10010011 | 1100011 | 1100100 | 0 | 101010 | 11110001 | 1100100 | 11101 |
Color Harmonies of #020093
Complementary color
Monochromatic Colors of #020093
Black with #020093
Text Example
Text Example
White with #020093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020093; }
p { color: rgb(2,0,147); }
H1.HeaderClassName
{
color: #020093;
}
.AnyTagClassName
{
color: #020093;
}
</style>
background-color css
<style>
a { background-color: #020093; }
a { background-color: rgb(2,0,147); }
div.DivClassName
{
background-color: #020093;
}
.BgClassName
{
background-color: #020093;
}
</style>
border-color css
<style>
span { border-color: #020093; }
span { border-color: rgb(2,0,147); }
td.TdClassName
{
border-color: #020093;
}
.TagClassName
{
border-color: #020093;
}
</style>