Shades of Ultramarine #24248D
Tints of Ultramarine #24248D
RGB
CMYK
RGB Variations
Color information
#24248D (or 0x24248D) is known color: Ultramarine. HEX triplet: 24, 24 and 8D. RGB value is (36,36,141). Sum of RGB (Red+Green+Blue) = 36+36+141=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #24248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24248D is #DBDB72. Grayscale: #2F2F2F. Windows color (decimal): -14408563 or 9249828. OLE color: 9249828.
HSL color Cylindrical-coordinate representation of color #24248D: hue angle of 240º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24248D is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 36 | 141 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.45 |
| HSL | 240º | 0.59% | 0.35% | - |
| HSV(B) | 240º | 0.74% | 0.55% | - |
| XYZ | 6.17 | 3.56 | 25.56 | - |
| YUV | 47.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 141 | 0.74 | 0.74 | 0 | 0.45 | 240 | 0.59 | 0.35 |
| Hex | 24 | 24 | 8D | 4A | 4A | 0 | 2D | F0 | 3B | 23 |
| Octal | 44 | 44 | 215 | 112 | 112 | 0 | 55 | 360 | 73 | 43 |
| Binary | 100100 | 100100 | 10001101 | 1001010 | 1001010 | 0 | 101101 | 11110000 | 111011 | 100011 |
Color Harmonies of #24248D
Complementary color
Monochromatic Colors of #24248D
Black with #24248D
Text Example
Text Example
White with #24248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24248D; }
p { color: rgb(36,36,141); }
H1.HeaderClassName
{
color: #24248D;
}
.AnyTagClassName
{
color: #24248D;
}
</style>
background-color css
<style>
a { background-color: #24248D; }
a { background-color: rgb(36,36,141); }
div.DivClassName
{
background-color: #24248D;
}
.BgClassName
{
background-color: #24248D;
}
</style>
border-color css
<style>
span { border-color: #24248D; }
span { border-color: rgb(36,36,141); }
td.TdClassName
{
border-color: #24248D;
}
.TagClassName
{
border-color: #24248D;
}
</style>