Shades of Ultramarine #2107AB
Tints of Ultramarine #2107AB
RGB
CMYK
RGB Variations
Color information
#2107AB (or 0x2107AB) is known color: Ultramarine. HEX triplet: 21, 07 and AB. RGB value is (33,7,171). Sum of RGB (Red+Green+Blue) = 33+7+171=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #2107AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2107AB is #DEF854. Grayscale: #202020. Windows color (decimal): -14612565 or 11208481. OLE color: 11208481.
HSL color Cylindrical-coordinate representation of color #2107AB: hue angle of 249.51º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2107AB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 7 | 171 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.33 |
| HSL | 249.51º | 0.92% | 0.35% | - |
| HSV(B) | 249.51º | 0.96% | 0.67% | - |
| XYZ | 8.05 | 3.42 | 38.76 | - |
| YUV | 33.47 | 205.61 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 171 | 0.81 | 0.96 | 0 | 0.33 | 249.51 | 0.92 | 0.35 |
| Hex | 21 | 7 | AB | 51 | 60 | 0 | 21 | FA | 5C | 23 |
| Octal | 41 | 7 | 253 | 121 | 140 | 0 | 41 | 372 | 134 | 43 |
| Binary | 100001 | 111 | 10101011 | 1010001 | 1100000 | 0 | 100001 | 11111010 | 1011100 | 100011 |
Color Harmonies of #2107AB
Complementary color
Monochromatic Colors of #2107AB
Black with #2107AB
Text Example
Text Example
White with #2107AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107AB; }
p { color: rgb(33,7,171); }
H1.HeaderClassName
{
color: #2107AB;
}
.AnyTagClassName
{
color: #2107AB;
}
</style>
background-color css
<style>
a { background-color: #2107AB; }
a { background-color: rgb(33,7,171); }
div.DivClassName
{
background-color: #2107AB;
}
.BgClassName
{
background-color: #2107AB;
}
</style>
border-color css
<style>
span { border-color: #2107AB; }
span { border-color: rgb(33,7,171); }
td.TdClassName
{
border-color: #2107AB;
}
.TagClassName
{
border-color: #2107AB;
}
</style>