Shades of Ultramarine #2113A3
Tints of Ultramarine #2113A3
RGB
CMYK
RGB Variations
Color information
#2113A3 (or 0x2113A3) is known color: Ultramarine. HEX triplet: 21, 13 and A3. RGB value is (33,19,163). Sum of RGB (Red+Green+Blue) = 33+19+163=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 163 (64.06% from 255 or 75.81% from 215); Max value from RGB is 163 - color contains mainly: blue. Hex color #2113A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2113A3 is #DEEC5C. Grayscale: #272727. Windows color (decimal): -14609501 or 10687265. OLE color: 10687265.
HSL color Cylindrical-coordinate representation of color #2113A3: hue angle of 245.83º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2113A3 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 19 | 163 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.36 |
| HSL | 245.83º | 0.79% | 0.36% | - |
| HSV(B) | 245.83º | 0.88% | 0.64% | - |
| XYZ | 7.47 | 3.43 | 34.92 | - |
| YUV | 39.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 163 | 0.80 | 0.88 | 0 | 0.36 | 245.83 | 0.79 | 0.36 |
| Hex | 21 | 13 | A3 | 50 | 58 | 0 | 24 | F6 | 4F | 24 |
| Octal | 41 | 23 | 243 | 120 | 130 | 0 | 44 | 366 | 117 | 44 |
| Binary | 100001 | 10011 | 10100011 | 1010000 | 1011000 | 0 | 100100 | 11110110 | 1001111 | 100100 |
Color Harmonies of #2113A3
Complementary color
Monochromatic Colors of #2113A3
Black with #2113A3
Text Example
Text Example
White with #2113A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2113A3; }
p { color: rgb(33,19,163); }
H1.HeaderClassName
{
color: #2113A3;
}
.AnyTagClassName
{
color: #2113A3;
}
</style>
background-color css
<style>
a { background-color: #2113A3; }
a { background-color: rgb(33,19,163); }
div.DivClassName
{
background-color: #2113A3;
}
.BgClassName
{
background-color: #2113A3;
}
</style>
border-color css
<style>
span { border-color: #2113A3; }
span { border-color: rgb(33,19,163); }
td.TdClassName
{
border-color: #2113A3;
}
.TagClassName
{
border-color: #2113A3;
}
</style>