Shades of Dark Blue #021393
Tints of Dark Blue #021393
RGB
CMYK
RGB Variations
Color information
#021393 (or 0x021393) is known color: Dark Blue. HEX triplet: 02, 13 and 93. RGB value is (2,19,147). Sum of RGB (Red+Green+Blue) = 2+19+147=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #021393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021393 is #FDEC6C. Grayscale: #1B1B1B. Windows color (decimal): -16641133 or 9638658. OLE color: 9638658.
HSL color Cylindrical-coordinate representation of color #021393: hue angle of 232.97º 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 #021393 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 19 | 147 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.42 |
| HSL | 232.97º | 0.97% | 0.29% | - |
| HSV(B) | 232.97º | 0.99% | 0.58% | - |
| XYZ | 5.52 | 2.59 | 27.81 | - |
| YUV | 28.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 147 | 0.99 | 0.87 | 0 | 0.42 | 232.97 | 0.97 | 0.29 |
| Hex | 2 | 13 | 93 | 63 | 57 | 0 | 2A | E9 | 61 | 1D |
| Octal | 2 | 23 | 223 | 143 | 127 | 0 | 52 | 351 | 141 | 35 |
| Binary | 10 | 10011 | 10010011 | 1100011 | 1010111 | 0 | 101010 | 11101001 | 1100001 | 11101 |
Color Harmonies of #021393
Complementary color
Monochromatic Colors of #021393
Black with #021393
Text Example
Text Example
White with #021393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021393; }
p { color: rgb(2,19,147); }
H1.HeaderClassName
{
color: #021393;
}
.AnyTagClassName
{
color: #021393;
}
</style>
background-color css
<style>
a { background-color: #021393; }
a { background-color: rgb(2,19,147); }
div.DivClassName
{
background-color: #021393;
}
.BgClassName
{
background-color: #021393;
}
</style>
border-color css
<style>
span { border-color: #021393; }
span { border-color: rgb(2,19,147); }
td.TdClassName
{
border-color: #021393;
}
.TagClassName
{
border-color: #021393;
}
</style>