Shades of Ultramarine #2115AD
Tints of Ultramarine #2115AD
RGB
CMYK
RGB Variations
Color information
#2115AD (or 0x2115AD) is known color: Ultramarine. HEX triplet: 21, 15 and AD. RGB value is (33,21,173). Sum of RGB (Red+Green+Blue) = 33+21+173=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #2115AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115AD is #DEEA52. Grayscale: #292929. Windows color (decimal): -14608979 or 11343137. OLE color: 11343137.
HSL color Cylindrical-coordinate representation of color #2115AD: hue angle of 244.74º degrees, saturation: 0.78, 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 #2115AD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 21 | 173 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.32 |
| HSL | 244.74º | 0.78% | 0.38% | - |
| HSV(B) | 244.74º | 0.88% | 0.68% | - |
| XYZ | 8.44 | 3.88 | 39.84 | - |
| YUV | 41.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 173 | 0.81 | 0.88 | 0 | 0.32 | 244.74 | 0.78 | 0.38 |
| Hex | 21 | 15 | AD | 51 | 58 | 0 | 20 | F5 | 4E | 26 |
| Octal | 41 | 25 | 255 | 121 | 130 | 0 | 40 | 365 | 116 | 46 |
| Binary | 100001 | 10101 | 10101101 | 1010001 | 1011000 | 0 | 100000 | 11110101 | 1001110 | 100110 |
Color Harmonies of #2115AD
Complementary color
Monochromatic Colors of #2115AD
Black with #2115AD
Text Example
Text Example
White with #2115AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115AD; }
p { color: rgb(33,21,173); }
H1.HeaderClassName
{
color: #2115AD;
}
.AnyTagClassName
{
color: #2115AD;
}
</style>
background-color css
<style>
a { background-color: #2115AD; }
a { background-color: rgb(33,21,173); }
div.DivClassName
{
background-color: #2115AD;
}
.BgClassName
{
background-color: #2115AD;
}
</style>
border-color css
<style>
span { border-color: #2115AD; }
span { border-color: rgb(33,21,173); }
td.TdClassName
{
border-color: #2115AD;
}
.TagClassName
{
border-color: #2115AD;
}
</style>