Shades of Ultramarine #021892
Tints of Ultramarine #021892
RGB
CMYK
RGB Variations
Color information
#021892 (or 0x021892) is known color: Ultramarine. HEX triplet: 02, 18 and 92. RGB value is (2,24,146). Sum of RGB (Red+Green+Blue) = 2+24+146=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #021892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021892 is #FDE76D. Grayscale: #1E1E1E. Windows color (decimal): -16639854 or 9574402. OLE color: 9574402.
HSL color Cylindrical-coordinate representation of color #021892: hue angle of 230.83º 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 #021892 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 24 | 146 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.43 |
| HSL | 230.83º | 0.97% | 0.29% | - |
| HSV(B) | 230.83º | 0.99% | 0.57% | - |
| XYZ | 5.54 | 2.74 | 27.43 | - |
| YUV | 31.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 146 | 0.99 | 0.84 | 0 | 0.43 | 230.83 | 0.97 | 0.29 |
| Hex | 2 | 18 | 92 | 63 | 54 | 0 | 2B | E7 | 61 | 1D |
| Octal | 2 | 30 | 222 | 143 | 124 | 0 | 53 | 347 | 141 | 35 |
| Binary | 10 | 11000 | 10010010 | 1100011 | 1010100 | 0 | 101011 | 11100111 | 1100001 | 11101 |
Color Harmonies of #021892
Complementary color
Monochromatic Colors of #021892
Black with #021892
Text Example
Text Example
White with #021892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021892; }
p { color: rgb(2,24,146); }
H1.HeaderClassName
{
color: #021892;
}
.AnyTagClassName
{
color: #021892;
}
</style>
background-color css
<style>
a { background-color: #021892; }
a { background-color: rgb(2,24,146); }
div.DivClassName
{
background-color: #021892;
}
.BgClassName
{
background-color: #021892;
}
</style>
border-color css
<style>
span { border-color: #021892; }
span { border-color: rgb(2,24,146); }
td.TdClassName
{
border-color: #021892;
}
.TagClassName
{
border-color: #021892;
}
</style>