Shades of Ultramarine #24008D
Tints of Ultramarine #24008D
RGB
CMYK
RGB Variations
Color information
#24008D (or 0x24008D) is known color: Ultramarine. HEX triplet: 24, 00 and 8D. RGB value is (36,0,141). Sum of RGB (Red+Green+Blue) = 36+0+141=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #24008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24008D is #DBFF72. Grayscale: #1A1A1A. Windows color (decimal): -14417779 or 9240612. OLE color: 9240612.
HSL color Cylindrical-coordinate representation of color #24008D: hue angle of 255.32º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24008D is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 0 | 141 | - |
| CMYK | 0.74 | 1 | 0 | 0.45 |
| HSL | 255.32º | 1% | 0.28% | - |
| HSV(B) | 255.32º | 1% | 0.55% | - |
| XYZ | 5.54 | 2.3 | 25.35 | - |
| YUV | 26.84 | 192.43 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 141 | 0.74 | 1 | 0 | 0.45 | 255.32 | 1 | 0.28 |
| Hex | 24 | 0 | 8D | 4A | 64 | 0 | 2D | FF | 64 | 1C |
| Octal | 44 | 0 | 215 | 112 | 144 | 0 | 55 | 377 | 144 | 34 |
| Binary | 100100 | 0 | 10001101 | 1001010 | 1100100 | 0 | 101101 | 11111111 | 1100100 | 11100 |
Color Harmonies of #24008D
Complementary color
Monochromatic Colors of #24008D
Black with #24008D
Text Example
Text Example
White with #24008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24008D; }
p { color: rgb(36,0,141); }
H1.HeaderClassName
{
color: #24008D;
}
.AnyTagClassName
{
color: #24008D;
}
</style>
background-color css
<style>
a { background-color: #24008D; }
a { background-color: rgb(36,0,141); }
div.DivClassName
{
background-color: #24008D;
}
.BgClassName
{
background-color: #24008D;
}
</style>
border-color css
<style>
span { border-color: #24008D; }
span { border-color: rgb(36,0,141); }
td.TdClassName
{
border-color: #24008D;
}
.TagClassName
{
border-color: #24008D;
}
</style>