Shades of Ultramarine #24129D
Tints of Ultramarine #24129D
RGB
CMYK
RGB Variations
Color information
#24129D (or 0x24129D) is known color: Ultramarine. HEX triplet: 24, 12 and 9D. RGB value is (36,18,157). Sum of RGB (Red+Green+Blue) = 36+18+157=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #24129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24129D is #DBED62. Grayscale: #262626. Windows color (decimal): -14413155 or 10293796. OLE color: 10293796.
HSL color Cylindrical-coordinate representation of color #24129D: hue angle of 247.77º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24129D is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 18 | 157 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.38 |
| HSL | 247.77º | 0.79% | 0.34% | - |
| HSV(B) | 247.77º | 0.89% | 0.62% | - |
| XYZ | 7.03 | 3.24 | 32.15 | - |
| YUV | 39.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 157 | 0.77 | 0.89 | 0 | 0.38 | 247.77 | 0.79 | 0.34 |
| Hex | 24 | 12 | 9D | 4D | 59 | 0 | 26 | F8 | 4F | 22 |
| Octal | 44 | 22 | 235 | 115 | 131 | 0 | 46 | 370 | 117 | 42 |
| Binary | 100100 | 10010 | 10011101 | 1001101 | 1011001 | 0 | 100110 | 11111000 | 1001111 | 100010 |
Color Harmonies of #24129D
Complementary color
Monochromatic Colors of #24129D
Black with #24129D
Text Example
Text Example
White with #24129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24129D; }
p { color: rgb(36,18,157); }
H1.HeaderClassName
{
color: #24129D;
}
.AnyTagClassName
{
color: #24129D;
}
</style>
background-color css
<style>
a { background-color: #24129D; }
a { background-color: rgb(36,18,157); }
div.DivClassName
{
background-color: #24129D;
}
.BgClassName
{
background-color: #24129D;
}
</style>
border-color css
<style>
span { border-color: #24129D; }
span { border-color: rgb(36,18,157); }
td.TdClassName
{
border-color: #24129D;
}
.TagClassName
{
border-color: #24129D;
}
</style>