Shades of Ultramarine #24008F
Tints of Ultramarine #24008F
RGB
CMYK
RGB Variations
Color information
#24008F (or 0x24008F) is known color: Ultramarine. HEX triplet: 24, 00 and 8F. RGB value is (36,0,143). Sum of RGB (Red+Green+Blue) = 36+0+143=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #24008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24008F is #DBFF70. Grayscale: #1A1A1A. Windows color (decimal): -14417777 or 9371684. OLE color: 9371684.
HSL color Cylindrical-coordinate representation of color #24008F: hue angle of 255.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24008F is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 0 | 143 | - |
| CMYK | 0.75 | 1 | 0 | 0.44 |
| HSL | 255.1º | 1% | 0.28% | - |
| HSV(B) | 255.1º | 1% | 0.56% | - |
| XYZ | 5.69 | 2.36 | 26.14 | - |
| YUV | 27.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 143 | 0.75 | 1 | 0 | 0.44 | 255.1 | 1 | 0.28 |
| Hex | 24 | 0 | 8F | 4B | 64 | 0 | 2C | FF | 64 | 1C |
| Octal | 44 | 0 | 217 | 113 | 144 | 0 | 54 | 377 | 144 | 34 |
| Binary | 100100 | 0 | 10001111 | 1001011 | 1100100 | 0 | 101100 | 11111111 | 1100100 | 11100 |
Color Harmonies of #24008F
Complementary color
Monochromatic Colors of #24008F
Black with #24008F
Text Example
Text Example
White with #24008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24008F; }
p { color: rgb(36,0,143); }
H1.HeaderClassName
{
color: #24008F;
}
.AnyTagClassName
{
color: #24008F;
}
</style>
background-color css
<style>
a { background-color: #24008F; }
a { background-color: rgb(36,0,143); }
div.DivClassName
{
background-color: #24008F;
}
.BgClassName
{
background-color: #24008F;
}
</style>
border-color css
<style>
span { border-color: #24008F; }
span { border-color: rgb(36,0,143); }
td.TdClassName
{
border-color: #24008F;
}
.TagClassName
{
border-color: #24008F;
}
</style>