Shades of Ultramarine #24198B
Tints of Ultramarine #24198B
RGB
CMYK
RGB Variations
Color information
#24198B (or 0x24198B) is known color: Ultramarine. HEX triplet: 24, 19 and 8B. RGB value is (36,25,139). Sum of RGB (Red+Green+Blue) = 36+25+139=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #24198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24198B is #DBE674. Grayscale: #282828. Windows color (decimal): -14411381 or 9115940. OLE color: 9115940.
HSL color Cylindrical-coordinate representation of color #24198B: hue angle of 245.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24198B is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 25 | 139 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.45 |
| HSL | 245.79º | 0.7% | 0.32% | - |
| HSV(B) | 245.79º | 0.82% | 0.55% | - |
| XYZ | 5.74 | 2.93 | 24.69 | - |
| YUV | 41.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 139 | 0.74 | 0.82 | 0 | 0.45 | 245.79 | 0.7 | 0.32 |
| Hex | 24 | 19 | 8B | 4A | 52 | 0 | 2D | F6 | 46 | 20 |
| Octal | 44 | 31 | 213 | 112 | 122 | 0 | 55 | 366 | 106 | 40 |
| Binary | 100100 | 11001 | 10001011 | 1001010 | 1010010 | 0 | 101101 | 11110110 | 1000110 | 100000 |
Color Harmonies of #24198B
Complementary color
Monochromatic Colors of #24198B
Black with #24198B
Text Example
Text Example
White with #24198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24198B; }
p { color: rgb(36,25,139); }
H1.HeaderClassName
{
color: #24198B;
}
.AnyTagClassName
{
color: #24198B;
}
</style>
background-color css
<style>
a { background-color: #24198B; }
a { background-color: rgb(36,25,139); }
div.DivClassName
{
background-color: #24198B;
}
.BgClassName
{
background-color: #24198B;
}
</style>
border-color css
<style>
span { border-color: #24198B; }
span { border-color: rgb(36,25,139); }
td.TdClassName
{
border-color: #24198B;
}
.TagClassName
{
border-color: #24198B;
}
</style>