Shades of Ultramarine #24148F
Tints of Ultramarine #24148F
RGB
CMYK
RGB Variations
Color information
#24148F (or 0x24148F) is known color: Ultramarine. HEX triplet: 24, 14 and 8F. RGB value is (36,20,143). Sum of RGB (Red+Green+Blue) = 36+20+143=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #24148F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24148F is #DBEB70. Grayscale: #262626. Windows color (decimal): -14412657 or 9376804. OLE color: 9376804.
HSL color Cylindrical-coordinate representation of color #24148F: hue angle of 247.8º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24148F is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 20 | 143 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.44 |
| HSL | 247.8º | 0.75% | 0.32% | - |
| HSV(B) | 247.8º | 0.86% | 0.56% | - |
| XYZ | 5.94 | 2.86 | 26.23 | - |
| YUV | 38.81 | 186.8 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 143 | 0.75 | 0.86 | 0 | 0.44 | 247.8 | 0.75 | 0.32 |
| Hex | 24 | 14 | 8F | 4B | 56 | 0 | 2C | F8 | 4B | 20 |
| Octal | 44 | 24 | 217 | 113 | 126 | 0 | 54 | 370 | 113 | 40 |
| Binary | 100100 | 10100 | 10001111 | 1001011 | 1010110 | 0 | 101100 | 11111000 | 1001011 | 100000 |
Color Harmonies of #24148F
Complementary color
Monochromatic Colors of #24148F
Black with #24148F
Text Example
Text Example
White with #24148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24148F; }
p { color: rgb(36,20,143); }
H1.HeaderClassName
{
color: #24148F;
}
.AnyTagClassName
{
color: #24148F;
}
</style>
background-color css
<style>
a { background-color: #24148F; }
a { background-color: rgb(36,20,143); }
div.DivClassName
{
background-color: #24148F;
}
.BgClassName
{
background-color: #24148F;
}
</style>
border-color css
<style>
span { border-color: #24148F; }
span { border-color: rgb(36,20,143); }
td.TdClassName
{
border-color: #24148F;
}
.TagClassName
{
border-color: #24148F;
}
</style>