Shades of Ultramarine #021992
Tints of Ultramarine #021992
RGB
CMYK
RGB Variations
Color information
#021992 (or 0x021992) is known color: Ultramarine. HEX triplet: 02, 19 and 92. RGB value is (2,25,146). Sum of RGB (Red+Green+Blue) = 2+25+146=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #021992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021992 is #FDE66D. Grayscale: #1F1F1F. Windows color (decimal): -16639598 or 9574658. OLE color: 9574658.
HSL color Cylindrical-coordinate representation of color #021992: hue angle of 230.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021992 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 25 | 146 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.43 |
| HSL | 230.42º | 0.97% | 0.29% | - |
| HSV(B) | 230.42º | 0.99% | 0.57% | - |
| XYZ | 5.56 | 2.78 | 27.44 | - |
| YUV | 31.92 | 192.38 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 146 | 0.99 | 0.83 | 0 | 0.43 | 230.42 | 0.97 | 0.29 |
| Hex | 2 | 19 | 92 | 63 | 53 | 0 | 2B | E6 | 61 | 1D |
| Octal | 2 | 31 | 222 | 143 | 123 | 0 | 53 | 346 | 141 | 35 |
| Binary | 10 | 11001 | 10010010 | 1100011 | 1010011 | 0 | 101011 | 11100110 | 1100001 | 11101 |
Color Harmonies of #021992
Complementary color
Monochromatic Colors of #021992
Black with #021992
Text Example
Text Example
White with #021992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021992; }
p { color: rgb(2,25,146); }
H1.HeaderClassName
{
color: #021992;
}
.AnyTagClassName
{
color: #021992;
}
</style>
background-color css
<style>
a { background-color: #021992; }
a { background-color: rgb(2,25,146); }
div.DivClassName
{
background-color: #021992;
}
.BgClassName
{
background-color: #021992;
}
</style>
border-color css
<style>
span { border-color: #021992; }
span { border-color: rgb(2,25,146); }
td.TdClassName
{
border-color: #021992;
}
.TagClassName
{
border-color: #021992;
}
</style>