Shades of Ultramarine #2109AD
Tints of Ultramarine #2109AD
RGB
CMYK
RGB Variations
Color information
#2109AD (or 0x2109AD) is known color: Ultramarine. HEX triplet: 21, 09 and AD. RGB value is (33,9,173). Sum of RGB (Red+Green+Blue) = 33+9+173=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #2109AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2109AD is #DEF652. Grayscale: #222222. Windows color (decimal): -14612051 or 11340065. OLE color: 11340065.
HSL color Cylindrical-coordinate representation of color #2109AD: hue angle of 248.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2109AD is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 9 | 173 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.32 |
| HSL | 248.78º | 0.9% | 0.36% | - |
| HSV(B) | 248.78º | 0.95% | 0.68% | - |
| XYZ | 8.27 | 3.54 | 39.78 | - |
| YUV | 34.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 173 | 0.81 | 0.95 | 0 | 0.32 | 248.78 | 0.9 | 0.36 |
| Hex | 21 | 9 | AD | 51 | 5F | 0 | 20 | F9 | 5A | 24 |
| Octal | 41 | 11 | 255 | 121 | 137 | 0 | 40 | 371 | 132 | 44 |
| Binary | 100001 | 1001 | 10101101 | 1010001 | 1011111 | 0 | 100000 | 11111001 | 1011010 | 100100 |
Color Harmonies of #2109AD
Complementary color
Monochromatic Colors of #2109AD
Black with #2109AD
Text Example
Text Example
White with #2109AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109AD; }
p { color: rgb(33,9,173); }
H1.HeaderClassName
{
color: #2109AD;
}
.AnyTagClassName
{
color: #2109AD;
}
</style>
background-color css
<style>
a { background-color: #2109AD; }
a { background-color: rgb(33,9,173); }
div.DivClassName
{
background-color: #2109AD;
}
.BgClassName
{
background-color: #2109AD;
}
</style>
border-color css
<style>
span { border-color: #2109AD; }
span { border-color: rgb(33,9,173); }
td.TdClassName
{
border-color: #2109AD;
}
.TagClassName
{
border-color: #2109AD;
}
</style>