Shades of Ultramarine #24249A
Tints of Ultramarine #24249A
RGB
CMYK
RGB Variations
Color information
#24249A (or 0x24249A) is known color: Ultramarine. HEX triplet: 24, 24 and 9A. RGB value is (36,36,154). Sum of RGB (Red+Green+Blue) = 36+36+154=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #24249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24249A is #DBDB65. Grayscale: #303030. Windows color (decimal): -14408550 or 10101796. OLE color: 10101796.
HSL color Cylindrical-coordinate representation of color #24249A: hue angle of 240º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24249A is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 36 | 154 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.40 |
| HSL | 240º | 0.62% | 0.37% | - |
| HSV(B) | 240º | 0.77% | 0.6% | - |
| XYZ | 7.19 | 3.97 | 30.96 | - |
| YUV | 49.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 154 | 0.77 | 0.77 | 0 | 0.40 | 240 | 0.62 | 0.37 |
| Hex | 24 | 24 | 9A | 4D | 4D | 0 | 28 | F0 | 3E | 25 |
| Octal | 44 | 44 | 232 | 115 | 115 | 0 | 50 | 360 | 76 | 45 |
| Binary | 100100 | 100100 | 10011010 | 1001101 | 1001101 | 0 | 101000 | 11110000 | 111110 | 100101 |
Color Harmonies of #24249A
Complementary color
Monochromatic Colors of #24249A
Black with #24249A
Text Example
Text Example
White with #24249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24249A; }
p { color: rgb(36,36,154); }
H1.HeaderClassName
{
color: #24249A;
}
.AnyTagClassName
{
color: #24249A;
}
</style>
background-color css
<style>
a { background-color: #24249A; }
a { background-color: rgb(36,36,154); }
div.DivClassName
{
background-color: #24249A;
}
.BgClassName
{
background-color: #24249A;
}
</style>
border-color css
<style>
span { border-color: #24249A; }
span { border-color: rgb(36,36,154); }
td.TdClassName
{
border-color: #24249A;
}
.TagClassName
{
border-color: #24249A;
}
</style>