Shades of Ultramarine #210092
Tints of Ultramarine #210092
RGB
CMYK
RGB Variations
Color information
#210092 (or 0x210092) is known color: Ultramarine. HEX triplet: 21, 00 and 92. RGB value is (33,0,146). Sum of RGB (Red+Green+Blue) = 33+0+146=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #210092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210092 is #DEFF6D. Grayscale: #191919. Windows color (decimal): -14614382 or 9568289. OLE color: 9568289.
HSL color Cylindrical-coordinate representation of color #210092: hue angle of 253.56º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210092 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 0 | 146 | - |
| CMYK | 0.77 | 1 | 0 | 0.43 |
| HSL | 253.56º | 1% | 0.29% | - |
| HSV(B) | 253.56º | 1% | 0.57% | - |
| XYZ | 5.82 | 2.4 | 27.35 | - |
| YUV | 26.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 146 | 0.77 | 1 | 0 | 0.43 | 253.56 | 1 | 0.29 |
| Hex | 21 | 0 | 92 | 4D | 64 | 0 | 2B | FE | 64 | 1D |
| Octal | 41 | 0 | 222 | 115 | 144 | 0 | 53 | 376 | 144 | 35 |
| Binary | 100001 | 0 | 10010010 | 1001101 | 1100100 | 0 | 101011 | 11111110 | 1100100 | 11101 |
Color Harmonies of #210092
Complementary color
Monochromatic Colors of #210092
Black with #210092
Text Example
Text Example
White with #210092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210092; }
p { color: rgb(33,0,146); }
H1.HeaderClassName
{
color: #210092;
}
.AnyTagClassName
{
color: #210092;
}
</style>
background-color css
<style>
a { background-color: #210092; }
a { background-color: rgb(33,0,146); }
div.DivClassName
{
background-color: #210092;
}
.BgClassName
{
background-color: #210092;
}
</style>
border-color css
<style>
span { border-color: #210092; }
span { border-color: rgb(33,0,146); }
td.TdClassName
{
border-color: #210092;
}
.TagClassName
{
border-color: #210092;
}
</style>