Shades of Ultramarine #210395
Tints of Ultramarine #210395
RGB
CMYK
RGB Variations
Color information
#210395 (or 0x210395) is known color: Ultramarine. HEX triplet: 21, 03 and 95. RGB value is (33,3,149). Sum of RGB (Red+Green+Blue) = 33+3+149=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #210395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210395 is #DEFC6A. Grayscale: #1C1C1C. Windows color (decimal): -14613611 or 9765665. OLE color: 9765665.
HSL color Cylindrical-coordinate representation of color #210395: hue angle of 252.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210395 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 3 | 149 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.42 |
| HSL | 252.33º | 0.96% | 0.3% | - |
| HSV(B) | 252.33º | 0.98% | 0.58% | - |
| XYZ | 6.08 | 2.56 | 28.61 | - |
| YUV | 28.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 149 | 0.78 | 0.98 | 0 | 0.42 | 252.33 | 0.96 | 0.3 |
| Hex | 21 | 3 | 95 | 4E | 62 | 0 | 2A | FC | 60 | 1E |
| Octal | 41 | 3 | 225 | 116 | 142 | 0 | 52 | 374 | 140 | 36 |
| Binary | 100001 | 11 | 10010101 | 1001110 | 1100010 | 0 | 101010 | 11111100 | 1100000 | 11110 |
Color Harmonies of #210395
Complementary color
Monochromatic Colors of #210395
Black with #210395
Text Example
Text Example
White with #210395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210395; }
p { color: rgb(33,3,149); }
H1.HeaderClassName
{
color: #210395;
}
.AnyTagClassName
{
color: #210395;
}
</style>
background-color css
<style>
a { background-color: #210395; }
a { background-color: rgb(33,3,149); }
div.DivClassName
{
background-color: #210395;
}
.BgClassName
{
background-color: #210395;
}
</style>
border-color css
<style>
span { border-color: #210395; }
span { border-color: rgb(33,3,149); }
td.TdClassName
{
border-color: #210395;
}
.TagClassName
{
border-color: #210395;
}
</style>