Shades of Ultramarine #021993
Tints of Ultramarine #021993
RGB
CMYK
RGB Variations
Color information
#021993 (or 0x021993) is known color: Ultramarine. HEX triplet: 02, 19 and 93. RGB value is (2,25,147). Sum of RGB (Red+Green+Blue) = 2+25+147=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #021993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021993 is #FDE66C. Grayscale: #1F1F1F. Windows color (decimal): -16639597 or 9640194. OLE color: 9640194.
HSL color Cylindrical-coordinate representation of color #021993: hue angle of 230.48º 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 #021993 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 25 | 147 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.42 |
| HSL | 230.48º | 0.97% | 0.29% | - |
| HSV(B) | 230.48º | 0.99% | 0.58% | - |
| XYZ | 5.64 | 2.81 | 27.85 | - |
| YUV | 32.03 | 192.88 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 147 | 0.99 | 0.83 | 0 | 0.42 | 230.48 | 0.97 | 0.29 |
| Hex | 2 | 19 | 93 | 63 | 53 | 0 | 2A | E6 | 61 | 1D |
| Octal | 2 | 31 | 223 | 143 | 123 | 0 | 52 | 346 | 141 | 35 |
| Binary | 10 | 11001 | 10010011 | 1100011 | 1010011 | 0 | 101010 | 11100110 | 1100001 | 11101 |
Color Harmonies of #021993
Complementary color
Monochromatic Colors of #021993
Black with #021993
Text Example
Text Example
White with #021993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021993; }
p { color: rgb(2,25,147); }
H1.HeaderClassName
{
color: #021993;
}
.AnyTagClassName
{
color: #021993;
}
</style>
background-color css
<style>
a { background-color: #021993; }
a { background-color: rgb(2,25,147); }
div.DivClassName
{
background-color: #021993;
}
.BgClassName
{
background-color: #021993;
}
</style>
border-color css
<style>
span { border-color: #021993; }
span { border-color: rgb(2,25,147); }
td.TdClassName
{
border-color: #021993;
}
.TagClassName
{
border-color: #021993;
}
</style>