Shades of Ultramarine #210FB2
Tints of Ultramarine #210FB2
RGB
CMYK
RGB Variations
Color information
#210FB2 (or 0x210FB2) is known color: Ultramarine. HEX triplet: 21, 0F and B2. RGB value is (33,15,178). Sum of RGB (Red+Green+Blue) = 33+15+178=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #210FB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210FB2 is #DEF04D. Grayscale: #262626. Windows color (decimal): -14610510 or 11669281. OLE color: 11669281.
HSL color Cylindrical-coordinate representation of color #210FB2: hue angle of 246.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210FB2 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 15 | 178 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.30 |
| HSL | 246.63º | 0.84% | 0.38% | - |
| HSV(B) | 246.63º | 0.92% | 0.7% | - |
| XYZ | 8.83 | 3.88 | 42.4 | - |
| YUV | 38.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 178 | 0.81 | 0.92 | 0 | 0.30 | 246.63 | 0.84 | 0.38 |
| Hex | 21 | F | B2 | 51 | 5C | 0 | 1E | F7 | 54 | 26 |
| Octal | 41 | 17 | 262 | 121 | 134 | 0 | 36 | 367 | 124 | 46 |
| Binary | 100001 | 1111 | 10110010 | 1010001 | 1011100 | 0 | 11110 | 11110111 | 1010100 | 100110 |
Color Harmonies of #210FB2
Complementary color
Monochromatic Colors of #210FB2
Black with #210FB2
Text Example
Text Example
White with #210FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FB2; }
p { color: rgb(33,15,178); }
H1.HeaderClassName
{
color: #210FB2;
}
.AnyTagClassName
{
color: #210FB2;
}
</style>
background-color css
<style>
a { background-color: #210FB2; }
a { background-color: rgb(33,15,178); }
div.DivClassName
{
background-color: #210FB2;
}
.BgClassName
{
background-color: #210FB2;
}
</style>
border-color css
<style>
span { border-color: #210FB2; }
span { border-color: rgb(33,15,178); }
td.TdClassName
{
border-color: #210FB2;
}
.TagClassName
{
border-color: #210FB2;
}
</style>