Shades of Ultramarine #2105B4
Tints of Ultramarine #2105B4
RGB
CMYK
RGB Variations
Color information
#2105B4 (or 0x2105B4) is known color: Ultramarine. HEX triplet: 21, 05 and B4. RGB value is (33,5,180). Sum of RGB (Red+Green+Blue) = 33+5+180=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 180 (70.70% from 255 or 82.57% from 218); Max value from RGB is 180 - color contains mainly: blue. Hex color #2105B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2105B4 is #DEFA4B. Grayscale: #202020. Windows color (decimal): -14613068 or 11797793. OLE color: 11797793.
HSL color Cylindrical-coordinate representation of color #2105B4: hue angle of 249.6º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2105B4 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 5 | 180 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.29 |
| HSL | 249.6º | 0.95% | 0.36% | - |
| HSV(B) | 249.6º | 0.97% | 0.71% | - |
| XYZ | 8.92 | 3.73 | 43.43 | - |
| YUV | 33.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 180 | 0.82 | 0.97 | 0 | 0.29 | 249.6 | 0.95 | 0.36 |
| Hex | 21 | 5 | B4 | 52 | 61 | 0 | 1D | FA | 5F | 24 |
| Octal | 41 | 5 | 264 | 122 | 141 | 0 | 35 | 372 | 137 | 44 |
| Binary | 100001 | 101 | 10110100 | 1010010 | 1100001 | 0 | 11101 | 11111010 | 1011111 | 100100 |
Color Harmonies of #2105B4
Complementary color
Monochromatic Colors of #2105B4
Black with #2105B4
Text Example
Text Example
White with #2105B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2105B4; }
p { color: rgb(33,5,180); }
H1.HeaderClassName
{
color: #2105B4;
}
.AnyTagClassName
{
color: #2105B4;
}
</style>
background-color css
<style>
a { background-color: #2105B4; }
a { background-color: rgb(33,5,180); }
div.DivClassName
{
background-color: #2105B4;
}
.BgClassName
{
background-color: #2105B4;
}
</style>
border-color css
<style>
span { border-color: #2105B4; }
span { border-color: rgb(33,5,180); }
td.TdClassName
{
border-color: #2105B4;
}
.TagClassName
{
border-color: #2105B4;
}
</style>