Shades of Ultramarine #24219C
Tints of Ultramarine #24219C
RGB
CMYK
RGB Variations
Color information
#24219C (or 0x24219C) is known color: Ultramarine. HEX triplet: 24, 21 and 9C. RGB value is (36,33,156). Sum of RGB (Red+Green+Blue) = 36+33+156=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #24219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24219C is #DBDE63. Grayscale: #2F2F2F. Windows color (decimal): -14409316 or 10232100. OLE color: 10232100.
HSL color Cylindrical-coordinate representation of color #24219C: hue angle of 241.46º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24219C is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 33 | 156 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.39 |
| HSL | 241.46º | 0.65% | 0.37% | - |
| HSV(B) | 241.46º | 0.79% | 0.61% | - |
| XYZ | 7.27 | 3.86 | 31.81 | - |
| YUV | 47.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 156 | 0.77 | 0.79 | 0 | 0.39 | 241.46 | 0.65 | 0.37 |
| Hex | 24 | 21 | 9C | 4D | 4F | 0 | 27 | F1 | 41 | 25 |
| Octal | 44 | 41 | 234 | 115 | 117 | 0 | 47 | 361 | 101 | 45 |
| Binary | 100100 | 100001 | 10011100 | 1001101 | 1001111 | 0 | 100111 | 11110001 | 1000001 | 100101 |
Color Harmonies of #24219C
Complementary color
Monochromatic Colors of #24219C
Black with #24219C
Text Example
Text Example
White with #24219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24219C; }
p { color: rgb(36,33,156); }
H1.HeaderClassName
{
color: #24219C;
}
.AnyTagClassName
{
color: #24219C;
}
</style>
background-color css
<style>
a { background-color: #24219C; }
a { background-color: rgb(36,33,156); }
div.DivClassName
{
background-color: #24219C;
}
.BgClassName
{
background-color: #24219C;
}
</style>
border-color css
<style>
span { border-color: #24219C; }
span { border-color: rgb(36,33,156); }
td.TdClassName
{
border-color: #24219C;
}
.TagClassName
{
border-color: #24219C;
}
</style>