Shades of Ultramarine #2003AB
Tints of Ultramarine #2003AB
RGB
CMYK
RGB Variations
Color information
#2003AB (or 0x2003AB) is known color: Ultramarine. HEX triplet: 20, 03 and AB. RGB value is (32,3,171). Sum of RGB (Red+Green+Blue) = 32+3+171=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #2003AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2003AB is #DFFC54. Grayscale: #1E1E1E. Windows color (decimal): -14679125 or 11207456. OLE color: 11207456.
HSL color Cylindrical-coordinate representation of color #2003AB: hue angle of 250.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2003AB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 3 | 171 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.33 |
| HSL | 250.36º | 0.97% | 0.34% | - |
| HSV(B) | 250.36º | 0.98% | 0.67% | - |
| XYZ | 7.98 | 3.31 | 38.75 | - |
| YUV | 30.82 | 207.11 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 171 | 0.81 | 0.98 | 0 | 0.33 | 250.36 | 0.97 | 0.34 |
| Hex | 20 | 3 | AB | 51 | 62 | 0 | 21 | FA | 61 | 22 |
| Octal | 40 | 3 | 253 | 121 | 142 | 0 | 41 | 372 | 141 | 42 |
| Binary | 100000 | 11 | 10101011 | 1010001 | 1100010 | 0 | 100001 | 11111010 | 1100001 | 100010 |
Color Harmonies of #2003AB
Complementary color
Monochromatic Colors of #2003AB
Black with #2003AB
Text Example
Text Example
White with #2003AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003AB; }
p { color: rgb(32,3,171); }
H1.HeaderClassName
{
color: #2003AB;
}
.AnyTagClassName
{
color: #2003AB;
}
</style>
background-color css
<style>
a { background-color: #2003AB; }
a { background-color: rgb(32,3,171); }
div.DivClassName
{
background-color: #2003AB;
}
.BgClassName
{
background-color: #2003AB;
}
</style>
border-color css
<style>
span { border-color: #2003AB; }
span { border-color: rgb(32,3,171); }
td.TdClassName
{
border-color: #2003AB;
}
.TagClassName
{
border-color: #2003AB;
}
</style>