Shades of Ultramarine #2100B2
Tints of Ultramarine #2100B2
RGB
CMYK
RGB Variations
Color information
#2100B2 (or 0x2100B2) is known color: Ultramarine. HEX triplet: 21, 00 and B2. RGB value is (33,0,178). Sum of RGB (Red+Green+Blue) = 33+0+178=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 178 (69.92% from 255 or 84.36% from 211); Max value from RGB is 178 - color contains mainly: blue. Hex color #2100B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2100B2 is #DEFF4D. Grayscale: #1D1D1D. Windows color (decimal): -14614350 or 11665441. OLE color: 11665441.
HSL color Cylindrical-coordinate representation of color #2100B2: hue angle of 251.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100B2 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 0 | 178 | - |
| CMYK | 0.81 | 1 | 0 | 0.30 |
| HSL | 251.12º | 1% | 0.35% | - |
| HSV(B) | 251.12º | 1% | 0.7% | - |
| XYZ | 8.66 | 3.54 | 42.35 | - |
| YUV | 30.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 178 | 0.81 | 1 | 0 | 0.30 | 251.12 | 1 | 0.35 |
| Hex | 21 | 0 | B2 | 51 | 64 | 0 | 1E | FB | 64 | 23 |
| Octal | 41 | 0 | 262 | 121 | 144 | 0 | 36 | 373 | 144 | 43 |
| Binary | 100001 | 0 | 10110010 | 1010001 | 1100100 | 0 | 11110 | 11111011 | 1100100 | 100011 |
Color Harmonies of #2100B2
Complementary color
Monochromatic Colors of #2100B2
Black with #2100B2
Text Example
Text Example
White with #2100B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100B2; }
p { color: rgb(33,0,178); }
H1.HeaderClassName
{
color: #2100B2;
}
.AnyTagClassName
{
color: #2100B2;
}
</style>
background-color css
<style>
a { background-color: #2100B2; }
a { background-color: rgb(33,0,178); }
div.DivClassName
{
background-color: #2100B2;
}
.BgClassName
{
background-color: #2100B2;
}
</style>
border-color css
<style>
span { border-color: #2100B2; }
span { border-color: rgb(33,0,178); }
td.TdClassName
{
border-color: #2100B2;
}
.TagClassName
{
border-color: #2100B2;
}
</style>