Shades of Ultramarine #24218F
Tints of Ultramarine #24218F
RGB
CMYK
RGB Variations
Color information
#24218F (or 0x24218F) is known color: Ultramarine. HEX triplet: 24, 21 and 8F. RGB value is (36,33,143). Sum of RGB (Red+Green+Blue) = 36+33+143=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #24218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24218F is #DBDE70. Grayscale: #2E2E2E. Windows color (decimal): -14409329 or 9380132. OLE color: 9380132.
HSL color Cylindrical-coordinate representation of color #24218F: hue angle of 241.64º 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 #24218F is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 33 | 143 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.44 |
| HSL | 241.64º | 0.63% | 0.35% | - |
| HSV(B) | 241.64º | 0.77% | 0.56% | - |
| XYZ | 6.23 | 3.45 | 26.32 | - |
| YUV | 46.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 143 | 0.75 | 0.77 | 0 | 0.44 | 241.64 | 0.63 | 0.35 |
| Hex | 24 | 21 | 8F | 4B | 4D | 0 | 2C | F2 | 3E | 23 |
| Octal | 44 | 41 | 217 | 113 | 115 | 0 | 54 | 362 | 76 | 43 |
| Binary | 100100 | 100001 | 10001111 | 1001011 | 1001101 | 0 | 101100 | 11110010 | 111110 | 100011 |
Color Harmonies of #24218F
Complementary color
Monochromatic Colors of #24218F
Black with #24218F
Text Example
Text Example
White with #24218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24218F; }
p { color: rgb(36,33,143); }
H1.HeaderClassName
{
color: #24218F;
}
.AnyTagClassName
{
color: #24218F;
}
</style>
background-color css
<style>
a { background-color: #24218F; }
a { background-color: rgb(36,33,143); }
div.DivClassName
{
background-color: #24218F;
}
.BgClassName
{
background-color: #24218F;
}
</style>
border-color css
<style>
span { border-color: #24218F; }
span { border-color: rgb(36,33,143); }
td.TdClassName
{
border-color: #24218F;
}
.TagClassName
{
border-color: #24218F;
}
</style>