Shades of Ultramarine #021990
Tints of Ultramarine #021990
RGB
CMYK
RGB Variations
Color information
#021990 (or 0x021990) is known color: Ultramarine. HEX triplet: 02, 19 and 90. RGB value is (2,25,144). Sum of RGB (Red+Green+Blue) = 2+25+144=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #021990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021990 is #FDE66F. Grayscale: #1F1F1F. Windows color (decimal): -16639600 or 9443586. OLE color: 9443586.
HSL color Cylindrical-coordinate representation of color #021990: hue angle of 230.28º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021990 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 25 | 144 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.44 |
| HSL | 230.28º | 0.97% | 0.29% | - |
| HSV(B) | 230.28º | 0.99% | 0.56% | - |
| XYZ | 5.41 | 2.72 | 26.63 | - |
| YUV | 31.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 144 | 0.99 | 0.83 | 0 | 0.44 | 230.28 | 0.97 | 0.29 |
| Hex | 2 | 19 | 90 | 63 | 53 | 0 | 2C | E6 | 61 | 1D |
| Octal | 2 | 31 | 220 | 143 | 123 | 0 | 54 | 346 | 141 | 35 |
| Binary | 10 | 11001 | 10010000 | 1100011 | 1010011 | 0 | 101100 | 11100110 | 1100001 | 11101 |
Color Harmonies of #021990
Complementary color
Monochromatic Colors of #021990
Black with #021990
Text Example
Text Example
White with #021990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021990; }
p { color: rgb(2,25,144); }
H1.HeaderClassName
{
color: #021990;
}
.AnyTagClassName
{
color: #021990;
}
</style>
background-color css
<style>
a { background-color: #021990; }
a { background-color: rgb(2,25,144); }
div.DivClassName
{
background-color: #021990;
}
.BgClassName
{
background-color: #021990;
}
</style>
border-color css
<style>
span { border-color: #021990; }
span { border-color: rgb(2,25,144); }
td.TdClassName
{
border-color: #021990;
}
.TagClassName
{
border-color: #021990;
}
</style>