Shades of Ultramarine #2100A6
Tints of Ultramarine #2100A6
RGB
CMYK
RGB Variations
Color information
#2100A6 (or 0x2100A6) is known color: Ultramarine. HEX triplet: 21, 00 and A6. RGB value is (33,0,166). Sum of RGB (Red+Green+Blue) = 33+0+166=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 166 (65.23% from 255 or 83.42% from 199); Max value from RGB is 166 - color contains mainly: blue. Hex color #2100A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2100A6 is #DEFF59. Grayscale: #1C1C1C. Windows color (decimal): -14614362 or 10879009. OLE color: 10879009.
HSL color Cylindrical-coordinate representation of color #2100A6: hue angle of 251.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100A6 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 0 | 166 | - |
| CMYK | 0.80 | 1 | 0 | 0.35 |
| HSL | 251.93º | 1% | 0.33% | - |
| HSV(B) | 251.93º | 1% | 0.65% | - |
| XYZ | 7.51 | 3.08 | 36.27 | - |
| YUV | 28.79 | 205.43 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 166 | 0.80 | 1 | 0 | 0.35 | 251.93 | 1 | 0.33 |
| Hex | 21 | 0 | A6 | 50 | 64 | 0 | 23 | FC | 64 | 21 |
| Octal | 41 | 0 | 246 | 120 | 144 | 0 | 43 | 374 | 144 | 41 |
| Binary | 100001 | 0 | 10100110 | 1010000 | 1100100 | 0 | 100011 | 11111100 | 1100100 | 100001 |
Color Harmonies of #2100A6
Complementary color
Monochromatic Colors of #2100A6
Black with #2100A6
Text Example
Text Example
White with #2100A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100A6; }
p { color: rgb(33,0,166); }
H1.HeaderClassName
{
color: #2100A6;
}
.AnyTagClassName
{
color: #2100A6;
}
</style>
background-color css
<style>
a { background-color: #2100A6; }
a { background-color: rgb(33,0,166); }
div.DivClassName
{
background-color: #2100A6;
}
.BgClassName
{
background-color: #2100A6;
}
</style>
border-color css
<style>
span { border-color: #2100A6; }
span { border-color: rgb(33,0,166); }
td.TdClassName
{
border-color: #2100A6;
}
.TagClassName
{
border-color: #2100A6;
}
</style>