Shades of Ultramarine #021A8F
Tints of Ultramarine #021A8F
RGB
CMYK
RGB Variations
Color information
#021A8F (or 0x021A8F) is known color: Ultramarine. HEX triplet: 02, 1A and 8F. RGB value is (2,26,143). Sum of RGB (Red+Green+Blue) = 2+26+143=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #021A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A8F is #FDE570. Grayscale: #1F1F1F. Windows color (decimal): -16639345 or 9378306. OLE color: 9378306.
HSL color Cylindrical-coordinate representation of color #021A8F: hue angle of 229.79º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021A8F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 26 | 143 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.44 |
| HSL | 229.79º | 0.97% | 0.28% | - |
| HSV(B) | 229.79º | 0.99% | 0.56% | - |
| XYZ | 5.35 | 2.73 | 26.23 | - |
| YUV | 32.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 143 | 0.99 | 0.82 | 0 | 0.44 | 229.79 | 0.97 | 0.28 |
| Hex | 2 | 1A | 8F | 63 | 52 | 0 | 2C | E6 | 61 | 1C |
| Octal | 2 | 32 | 217 | 143 | 122 | 0 | 54 | 346 | 141 | 34 |
| Binary | 10 | 11010 | 10001111 | 1100011 | 1010010 | 0 | 101100 | 11100110 | 1100001 | 11100 |
Color Harmonies of #021A8F
Complementary color
Monochromatic Colors of #021A8F
Black with #021A8F
Text Example
Text Example
White with #021A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A8F; }
p { color: rgb(2,26,143); }
H1.HeaderClassName
{
color: #021A8F;
}
.AnyTagClassName
{
color: #021A8F;
}
</style>
background-color css
<style>
a { background-color: #021A8F; }
a { background-color: rgb(2,26,143); }
div.DivClassName
{
background-color: #021A8F;
}
.BgClassName
{
background-color: #021A8F;
}
</style>
border-color css
<style>
span { border-color: #021A8F; }
span { border-color: rgb(2,26,143); }
td.TdClassName
{
border-color: #021A8F;
}
.TagClassName
{
border-color: #021A8F;
}
</style>