Shades of Ultramarine #2114AD
Tints of Ultramarine #2114AD
RGB
CMYK
RGB Variations
Color information
#2114AD (or 0x2114AD) is known color: Ultramarine. HEX triplet: 21, 14 and AD. RGB value is (33,20,173). Sum of RGB (Red+Green+Blue) = 33+20+173=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2114AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2114AD is #DEEB52. Grayscale: #282828. Windows color (decimal): -14609235 or 11342881. OLE color: 11342881.
HSL color Cylindrical-coordinate representation of color #2114AD: hue angle of 245.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2114AD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 20 | 173 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.32 |
| HSL | 245.1º | 0.79% | 0.38% | - |
| HSV(B) | 245.1º | 0.88% | 0.68% | - |
| XYZ | 8.42 | 3.84 | 39.83 | - |
| YUV | 41.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 173 | 0.81 | 0.88 | 0 | 0.32 | 245.1 | 0.79 | 0.38 |
| Hex | 21 | 14 | AD | 51 | 58 | 0 | 20 | F5 | 4F | 26 |
| Octal | 41 | 24 | 255 | 121 | 130 | 0 | 40 | 365 | 117 | 46 |
| Binary | 100001 | 10100 | 10101101 | 1010001 | 1011000 | 0 | 100000 | 11110101 | 1001111 | 100110 |
Color Harmonies of #2114AD
Complementary color
Monochromatic Colors of #2114AD
Black with #2114AD
Text Example
Text Example
White with #2114AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114AD; }
p { color: rgb(33,20,173); }
H1.HeaderClassName
{
color: #2114AD;
}
.AnyTagClassName
{
color: #2114AD;
}
</style>
background-color css
<style>
a { background-color: #2114AD; }
a { background-color: rgb(33,20,173); }
div.DivClassName
{
background-color: #2114AD;
}
.BgClassName
{
background-color: #2114AD;
}
</style>
border-color css
<style>
span { border-color: #2114AD; }
span { border-color: rgb(33,20,173); }
td.TdClassName
{
border-color: #2114AD;
}
.TagClassName
{
border-color: #2114AD;
}
</style>