Shades of Ultramarine #21258F
Tints of Ultramarine #21258F
RGB
CMYK
RGB Variations
Color information
#21258F (or 0x21258F) is known color: Ultramarine. HEX triplet: 21, 25 and 8F. RGB value is (33,37,143). Sum of RGB (Red+Green+Blue) = 33+37+143=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #21258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21258F is #DEDA70. Grayscale: #2F2F2F. Windows color (decimal): -14604913 or 9381153. OLE color: 9381153.
HSL color Cylindrical-coordinate representation of color #21258F: hue angle of 237.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21258F is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 37 | 143 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.44 |
| HSL | 237.82º | 0.63% | 0.35% | - |
| HSV(B) | 237.82º | 0.77% | 0.56% | - |
| XYZ | 6.25 | 3.63 | 26.36 | - |
| YUV | 47.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 143 | 0.77 | 0.74 | 0 | 0.44 | 237.82 | 0.63 | 0.35 |
| Hex | 21 | 25 | 8F | 4D | 4A | 0 | 2C | EE | 3E | 23 |
| Octal | 41 | 45 | 217 | 115 | 112 | 0 | 54 | 356 | 76 | 43 |
| Binary | 100001 | 100101 | 10001111 | 1001101 | 1001010 | 0 | 101100 | 11101110 | 111110 | 100011 |
Color Harmonies of #21258F
Complementary color
Monochromatic Colors of #21258F
Black with #21258F
Text Example
Text Example
White with #21258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21258F; }
p { color: rgb(33,37,143); }
H1.HeaderClassName
{
color: #21258F;
}
.AnyTagClassName
{
color: #21258F;
}
</style>
background-color css
<style>
a { background-color: #21258F; }
a { background-color: rgb(33,37,143); }
div.DivClassName
{
background-color: #21258F;
}
.BgClassName
{
background-color: #21258F;
}
</style>
border-color css
<style>
span { border-color: #21258F; }
span { border-color: rgb(33,37,143); }
td.TdClassName
{
border-color: #21258F;
}
.TagClassName
{
border-color: #21258F;
}
</style>