Shades of Ultramarine #210392
Tints of Ultramarine #210392
RGB
CMYK
RGB Variations
Color information
#210392 (or 0x210392) is known color: Ultramarine. HEX triplet: 21, 03 and 92. RGB value is (33,3,146). Sum of RGB (Red+Green+Blue) = 33+3+146=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #210392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210392 is #DEFC6D. Grayscale: #1B1B1B. Windows color (decimal): -14613614 or 9569057. OLE color: 9569057.
HSL color Cylindrical-coordinate representation of color #210392: hue angle of 252.59º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210392 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 3 | 146 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.43 |
| HSL | 252.59º | 0.96% | 0.29% | - |
| HSV(B) | 252.59º | 0.98% | 0.57% | - |
| XYZ | 5.85 | 2.46 | 27.36 | - |
| YUV | 28.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 146 | 0.77 | 0.98 | 0 | 0.43 | 252.59 | 0.96 | 0.29 |
| Hex | 21 | 3 | 92 | 4D | 62 | 0 | 2B | FD | 60 | 1D |
| Octal | 41 | 3 | 222 | 115 | 142 | 0 | 53 | 375 | 140 | 35 |
| Binary | 100001 | 11 | 10010010 | 1001101 | 1100010 | 0 | 101011 | 11111101 | 1100000 | 11101 |
Color Harmonies of #210392
Complementary color
Monochromatic Colors of #210392
Black with #210392
Text Example
Text Example
White with #210392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210392; }
p { color: rgb(33,3,146); }
H1.HeaderClassName
{
color: #210392;
}
.AnyTagClassName
{
color: #210392;
}
</style>
background-color css
<style>
a { background-color: #210392; }
a { background-color: rgb(33,3,146); }
div.DivClassName
{
background-color: #210392;
}
.BgClassName
{
background-color: #210392;
}
</style>
border-color css
<style>
span { border-color: #210392; }
span { border-color: rgb(33,3,146); }
td.TdClassName
{
border-color: #210392;
}
.TagClassName
{
border-color: #210392;
}
</style>