Shades of Ultramarine #021793
Tints of Ultramarine #021793
RGB
CMYK
RGB Variations
Color information
#021793 (or 0x021793) is known color: Ultramarine. HEX triplet: 02, 17 and 93. RGB value is (2,23,147). Sum of RGB (Red+Green+Blue) = 2+23+147=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #021793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021793 is #FDE86C. Grayscale: #1E1E1E. Windows color (decimal): -16640109 or 9639682. OLE color: 9639682.
HSL color Cylindrical-coordinate representation of color #021793: hue angle of 231.31º 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 #021793 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 23 | 147 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.42 |
| HSL | 231.31º | 0.97% | 0.29% | - |
| HSV(B) | 231.31º | 0.99% | 0.58% | - |
| XYZ | 5.6 | 2.73 | 27.84 | - |
| YUV | 30.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 147 | 0.99 | 0.84 | 0 | 0.42 | 231.31 | 0.97 | 0.29 |
| Hex | 2 | 17 | 93 | 63 | 54 | 0 | 2A | E7 | 61 | 1D |
| Octal | 2 | 27 | 223 | 143 | 124 | 0 | 52 | 347 | 141 | 35 |
| Binary | 10 | 10111 | 10010011 | 1100011 | 1010100 | 0 | 101010 | 11100111 | 1100001 | 11101 |
Color Harmonies of #021793
Complementary color
Monochromatic Colors of #021793
Black with #021793
Text Example
Text Example
White with #021793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021793; }
p { color: rgb(2,23,147); }
H1.HeaderClassName
{
color: #021793;
}
.AnyTagClassName
{
color: #021793;
}
</style>
background-color css
<style>
a { background-color: #021793; }
a { background-color: rgb(2,23,147); }
div.DivClassName
{
background-color: #021793;
}
.BgClassName
{
background-color: #021793;
}
</style>
border-color css
<style>
span { border-color: #021793; }
span { border-color: rgb(2,23,147); }
td.TdClassName
{
border-color: #021793;
}
.TagClassName
{
border-color: #021793;
}
</style>