Shades of Ultramarine #2103A3
Tints of Ultramarine #2103A3
RGB
CMYK
RGB Variations
Color information
#2103A3 (or 0x2103A3) is known color: Ultramarine. HEX triplet: 21, 03 and A3. RGB value is (33,3,163). Sum of RGB (Red+Green+Blue) = 33+3+163=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 163 (64.06% from 255 or 81.91% from 199); Max value from RGB is 163 - color contains mainly: blue. Hex color #2103A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2103A3 is #DEFC5C. Grayscale: #1D1D1D. Windows color (decimal): -14613597 or 10683169. OLE color: 10683169.
HSL color Cylindrical-coordinate representation of color #2103A3: hue angle of 251.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2103A3 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 3 | 163 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.36 |
| HSL | 251.25º | 0.96% | 0.33% | - |
| HSV(B) | 251.25º | 0.98% | 0.64% | - |
| XYZ | 7.27 | 3.03 | 34.85 | - |
| YUV | 30.21 | 202.94 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 163 | 0.80 | 0.98 | 0 | 0.36 | 251.25 | 0.96 | 0.33 |
| Hex | 21 | 3 | A3 | 50 | 62 | 0 | 24 | FB | 60 | 21 |
| Octal | 41 | 3 | 243 | 120 | 142 | 0 | 44 | 373 | 140 | 41 |
| Binary | 100001 | 11 | 10100011 | 1010000 | 1100010 | 0 | 100100 | 11111011 | 1100000 | 100001 |
Color Harmonies of #2103A3
Complementary color
Monochromatic Colors of #2103A3
Black with #2103A3
Text Example
Text Example
White with #2103A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103A3; }
p { color: rgb(33,3,163); }
H1.HeaderClassName
{
color: #2103A3;
}
.AnyTagClassName
{
color: #2103A3;
}
</style>
background-color css
<style>
a { background-color: #2103A3; }
a { background-color: rgb(33,3,163); }
div.DivClassName
{
background-color: #2103A3;
}
.BgClassName
{
background-color: #2103A3;
}
</style>
border-color css
<style>
span { border-color: #2103A3; }
span { border-color: rgb(33,3,163); }
td.TdClassName
{
border-color: #2103A3;
}
.TagClassName
{
border-color: #2103A3;
}
</style>