Shades of Ultramarine #2117AA
Tints of Ultramarine #2117AA
RGB
CMYK
RGB Variations
Color information
#2117AA (or 0x2117AA) is known color: Ultramarine. HEX triplet: 21, 17 and AA. RGB value is (33,23,170). Sum of RGB (Red+Green+Blue) = 33+23+170=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #2117AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2117AA is #DEE855. Grayscale: #2A2A2A. Windows color (decimal): -14608470 or 11147041. OLE color: 11147041.
HSL color Cylindrical-coordinate representation of color #2117AA: hue angle of 244.08º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2117AA is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 23 | 170 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.33 |
| HSL | 244.08º | 0.76% | 0.38% | - |
| HSV(B) | 244.08º | 0.86% | 0.67% | - |
| XYZ | 8.19 | 3.84 | 38.34 | - |
| YUV | 42.75 | 199.81 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 170 | 0.81 | 0.86 | 0 | 0.33 | 244.08 | 0.76 | 0.38 |
| Hex | 21 | 17 | AA | 51 | 56 | 0 | 21 | F4 | 4C | 26 |
| Octal | 41 | 27 | 252 | 121 | 126 | 0 | 41 | 364 | 114 | 46 |
| Binary | 100001 | 10111 | 10101010 | 1010001 | 1010110 | 0 | 100001 | 11110100 | 1001100 | 100110 |
Color Harmonies of #2117AA
Complementary color
Monochromatic Colors of #2117AA
Black with #2117AA
Text Example
Text Example
White with #2117AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2117AA; }
p { color: rgb(33,23,170); }
H1.HeaderClassName
{
color: #2117AA;
}
.AnyTagClassName
{
color: #2117AA;
}
</style>
background-color css
<style>
a { background-color: #2117AA; }
a { background-color: rgb(33,23,170); }
div.DivClassName
{
background-color: #2117AA;
}
.BgClassName
{
background-color: #2117AA;
}
</style>
border-color css
<style>
span { border-color: #2117AA; }
span { border-color: rgb(33,23,170); }
td.TdClassName
{
border-color: #2117AA;
}
.TagClassName
{
border-color: #2117AA;
}
</style>