Shades of Ultramarine #2107AC
Tints of Ultramarine #2107AC
RGB
CMYK
RGB Variations
Color information
#2107AC (or 0x2107AC) is known color: Ultramarine. HEX triplet: 21, 07 and AC. RGB value is (33,7,172). Sum of RGB (Red+Green+Blue) = 33+7+172=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #2107AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2107AC is #DEF853. Grayscale: #202020. Windows color (decimal): -14612564 or 11274017. OLE color: 11274017.
HSL color Cylindrical-coordinate representation of color #2107AC: hue angle of 249.45º 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 #2107AC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 7 | 172 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.33 |
| HSL | 249.45º | 0.92% | 0.35% | - |
| HSV(B) | 249.45º | 0.96% | 0.67% | - |
| XYZ | 8.15 | 3.45 | 39.27 | - |
| YUV | 33.58 | 206.11 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 172 | 0.81 | 0.96 | 0 | 0.33 | 249.45 | 0.92 | 0.35 |
| Hex | 21 | 7 | AC | 51 | 60 | 0 | 21 | F9 | 5C | 23 |
| Octal | 41 | 7 | 254 | 121 | 140 | 0 | 41 | 371 | 134 | 43 |
| Binary | 100001 | 111 | 10101100 | 1010001 | 1100000 | 0 | 100001 | 11111001 | 1011100 | 100011 |
Color Harmonies of #2107AC
Complementary color
Monochromatic Colors of #2107AC
Black with #2107AC
Text Example
Text Example
White with #2107AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107AC; }
p { color: rgb(33,7,172); }
H1.HeaderClassName
{
color: #2107AC;
}
.AnyTagClassName
{
color: #2107AC;
}
</style>
background-color css
<style>
a { background-color: #2107AC; }
a { background-color: rgb(33,7,172); }
div.DivClassName
{
background-color: #2107AC;
}
.BgClassName
{
background-color: #2107AC;
}
</style>
border-color css
<style>
span { border-color: #2107AC; }
span { border-color: rgb(33,7,172); }
td.TdClassName
{
border-color: #2107AC;
}
.TagClassName
{
border-color: #2107AC;
}
</style>