Shades of Ultramarine #241998
Tints of Ultramarine #241998
RGB
CMYK
RGB Variations
Color information
#241998 (or 0x241998) is known color: Ultramarine. HEX triplet: 24, 19 and 98. RGB value is (36,25,152). Sum of RGB (Red+Green+Blue) = 36+25+152=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #241998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241998 is #DBE667. Grayscale: #2A2A2A. Windows color (decimal): -14411368 or 9967908. OLE color: 9967908.
HSL color Cylindrical-coordinate representation of color #241998: hue angle of 245.2º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241998 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 25 | 152 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.40 |
| HSL | 245.2º | 0.72% | 0.35% | - |
| HSV(B) | 245.2º | 0.84% | 0.6% | - |
| XYZ | 6.74 | 3.34 | 29.99 | - |
| YUV | 42.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 152 | 0.76 | 0.84 | 0 | 0.40 | 245.2 | 0.72 | 0.35 |
| Hex | 24 | 19 | 98 | 4C | 54 | 0 | 28 | F5 | 48 | 23 |
| Octal | 44 | 31 | 230 | 114 | 124 | 0 | 50 | 365 | 110 | 43 |
| Binary | 100100 | 11001 | 10011000 | 1001100 | 1010100 | 0 | 101000 | 11110101 | 1001000 | 100011 |
Color Harmonies of #241998
Complementary color
Monochromatic Colors of #241998
Black with #241998
Text Example
Text Example
White with #241998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241998; }
p { color: rgb(36,25,152); }
H1.HeaderClassName
{
color: #241998;
}
.AnyTagClassName
{
color: #241998;
}
</style>
background-color css
<style>
a { background-color: #241998; }
a { background-color: rgb(36,25,152); }
div.DivClassName
{
background-color: #241998;
}
.BgClassName
{
background-color: #241998;
}
</style>
border-color css
<style>
span { border-color: #241998; }
span { border-color: rgb(36,25,152); }
td.TdClassName
{
border-color: #241998;
}
.TagClassName
{
border-color: #241998;
}
</style>