Shades of Ultramarine #210892
Tints of Ultramarine #210892
RGB
CMYK
RGB Variations
Color information
#210892 (or 0x210892) is known color: Ultramarine. HEX triplet: 21, 08 and 92. RGB value is (33,8,146). Sum of RGB (Red+Green+Blue) = 33+8+146=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #210892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210892 is #DEF76D. Grayscale: #1E1E1E. Windows color (decimal): -14612334 or 9570337. OLE color: 9570337.
HSL color Cylindrical-coordinate representation of color #210892: hue angle of 250.87º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210892 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 8 | 146 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.43 |
| HSL | 250.87º | 0.9% | 0.3% | - |
| HSV(B) | 250.87º | 0.95% | 0.57% | - |
| XYZ | 5.9 | 2.57 | 27.38 | - |
| YUV | 31.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 146 | 0.77 | 0.95 | 0 | 0.43 | 250.87 | 0.9 | 0.3 |
| Hex | 21 | 8 | 92 | 4D | 5F | 0 | 2B | FB | 5A | 1E |
| Octal | 41 | 10 | 222 | 115 | 137 | 0 | 53 | 373 | 132 | 36 |
| Binary | 100001 | 1000 | 10010010 | 1001101 | 1011111 | 0 | 101011 | 11111011 | 1011010 | 11110 |
Color Harmonies of #210892
Complementary color
Monochromatic Colors of #210892
Black with #210892
Text Example
Text Example
White with #210892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210892; }
p { color: rgb(33,8,146); }
H1.HeaderClassName
{
color: #210892;
}
.AnyTagClassName
{
color: #210892;
}
</style>
background-color css
<style>
a { background-color: #210892; }
a { background-color: rgb(33,8,146); }
div.DivClassName
{
background-color: #210892;
}
.BgClassName
{
background-color: #210892;
}
</style>
border-color css
<style>
span { border-color: #210892; }
span { border-color: rgb(33,8,146); }
td.TdClassName
{
border-color: #210892;
}
.TagClassName
{
border-color: #210892;
}
</style>