Shades of Ultramarine #2213A6
Tints of Ultramarine #2213A6
RGB
CMYK
RGB Variations
Color information
#2213A6 (or 0x2213A6) is known color: Ultramarine. HEX triplet: 22, 13 and A6. RGB value is (34,19,166). Sum of RGB (Red+Green+Blue) = 34+19+166=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 166 (65.23% from 255 or 75.80% from 219); Max value from RGB is 166 - color contains mainly: blue. Hex color #2213A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2213A6 is #DDEC59. Grayscale: #272727. Windows color (decimal): -14543962 or 10883874. OLE color: 10883874.
HSL color Cylindrical-coordinate representation of color #2213A6: hue angle of 246.12º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2213A6 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 19 | 166 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.35 |
| HSL | 246.12º | 0.79% | 0.36% | - |
| HSV(B) | 246.12º | 0.89% | 0.65% | - |
| XYZ | 7.78 | 3.56 | 36.35 | - |
| YUV | 40.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 166 | 0.80 | 0.89 | 0 | 0.35 | 246.12 | 0.79 | 0.36 |
| Hex | 22 | 13 | A6 | 50 | 59 | 0 | 23 | F6 | 4F | 24 |
| Octal | 42 | 23 | 246 | 120 | 131 | 0 | 43 | 366 | 117 | 44 |
| Binary | 100010 | 10011 | 10100110 | 1010000 | 1011001 | 0 | 100011 | 11110110 | 1001111 | 100100 |
Color Harmonies of #2213A6
Complementary color
Monochromatic Colors of #2213A6
Black with #2213A6
Text Example
Text Example
White with #2213A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2213A6; }
p { color: rgb(34,19,166); }
H1.HeaderClassName
{
color: #2213A6;
}
.AnyTagClassName
{
color: #2213A6;
}
</style>
background-color css
<style>
a { background-color: #2213A6; }
a { background-color: rgb(34,19,166); }
div.DivClassName
{
background-color: #2213A6;
}
.BgClassName
{
background-color: #2213A6;
}
</style>
border-color css
<style>
span { border-color: #2213A6; }
span { border-color: rgb(34,19,166); }
td.TdClassName
{
border-color: #2213A6;
}
.TagClassName
{
border-color: #2213A6;
}
</style>