Shades of Ultramarine #212595
Tints of Ultramarine #212595
RGB
CMYK
RGB Variations
Color information
#212595 (or 0x212595) is known color: Ultramarine. HEX triplet: 21, 25 and 95. RGB value is (33,37,149). Sum of RGB (Red+Green+Blue) = 33+37+149=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #212595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212595 is #DEDA6A. Grayscale: #303030. Windows color (decimal): -14604907 or 9774369. OLE color: 9774369.
HSL color Cylindrical-coordinate representation of color #212595: hue angle of 237.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212595 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 37 | 149 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.42 |
| HSL | 237.93º | 0.64% | 0.36% | - |
| HSV(B) | 237.93º | 0.78% | 0.58% | - |
| XYZ | 6.71 | 3.82 | 28.82 | - |
| YUV | 48.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 149 | 0.78 | 0.75 | 0 | 0.42 | 237.93 | 0.64 | 0.36 |
| Hex | 21 | 25 | 95 | 4E | 4B | 0 | 2A | EE | 40 | 24 |
| Octal | 41 | 45 | 225 | 116 | 113 | 0 | 52 | 356 | 100 | 44 |
| Binary | 100001 | 100101 | 10010101 | 1001110 | 1001011 | 0 | 101010 | 11101110 | 1000000 | 100100 |
Color Harmonies of #212595
Complementary color
Monochromatic Colors of #212595
Black with #212595
Text Example
Text Example
White with #212595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212595; }
p { color: rgb(33,37,149); }
H1.HeaderClassName
{
color: #212595;
}
.AnyTagClassName
{
color: #212595;
}
</style>
background-color css
<style>
a { background-color: #212595; }
a { background-color: rgb(33,37,149); }
div.DivClassName
{
background-color: #212595;
}
.BgClassName
{
background-color: #212595;
}
</style>
border-color css
<style>
span { border-color: #212595; }
span { border-color: rgb(33,37,149); }
td.TdClassName
{
border-color: #212595;
}
.TagClassName
{
border-color: #212595;
}
</style>