Shades of Ultramarine #2100AF
Tints of Ultramarine #2100AF
RGB
CMYK
RGB Variations
Color information
#2100AF (or 0x2100AF) is known color: Ultramarine. HEX triplet: 21, 00 and AF. RGB value is (33,0,175). Sum of RGB (Red+Green+Blue) = 33+0+175=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 175 (68.75% from 255 or 84.13% from 208); Max value from RGB is 175 - color contains mainly: blue. Hex color #2100AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2100AF is #DEFF50. Grayscale: #1D1D1D. Windows color (decimal): -14614353 or 11468833. OLE color: 11468833.
HSL color Cylindrical-coordinate representation of color #2100AF: hue angle of 251.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100AF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 0 | 175 | - |
| CMYK | 0.81 | 1 | 0 | 0.31 |
| HSL | 251.31º | 1% | 0.34% | - |
| HSV(B) | 251.31º | 1% | 0.69% | - |
| XYZ | 8.37 | 3.42 | 40.78 | - |
| YUV | 29.82 | 209.93 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 175 | 0.81 | 1 | 0 | 0.31 | 251.31 | 1 | 0.34 |
| Hex | 21 | 0 | AF | 51 | 64 | 0 | 1F | FB | 64 | 22 |
| Octal | 41 | 0 | 257 | 121 | 144 | 0 | 37 | 373 | 144 | 42 |
| Binary | 100001 | 0 | 10101111 | 1010001 | 1100100 | 0 | 11111 | 11111011 | 1100100 | 100010 |
Color Harmonies of #2100AF
Complementary color
Monochromatic Colors of #2100AF
Black with #2100AF
Text Example
Text Example
White with #2100AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100AF; }
p { color: rgb(33,0,175); }
H1.HeaderClassName
{
color: #2100AF;
}
.AnyTagClassName
{
color: #2100AF;
}
</style>
background-color css
<style>
a { background-color: #2100AF; }
a { background-color: rgb(33,0,175); }
div.DivClassName
{
background-color: #2100AF;
}
.BgClassName
{
background-color: #2100AF;
}
</style>
border-color css
<style>
span { border-color: #2100AF; }
span { border-color: rgb(33,0,175); }
td.TdClassName
{
border-color: #2100AF;
}
.TagClassName
{
border-color: #2100AF;
}
</style>