Shades of Ultramarine #24149A
Tints of Ultramarine #24149A
RGB
CMYK
RGB Variations
Color information
#24149A (or 0x24149A) is known color: Ultramarine. HEX triplet: 24, 14 and 9A. RGB value is (36,20,154). Sum of RGB (Red+Green+Blue) = 36+20+154=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #24149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24149A is #DBEB65. Grayscale: #272727. Windows color (decimal): -14412646 or 10097700. OLE color: 10097700.
HSL color Cylindrical-coordinate representation of color #24149A: hue angle of 247.16º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24149A is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 20 | 154 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.40 |
| HSL | 247.16º | 0.77% | 0.34% | - |
| HSV(B) | 247.16º | 0.87% | 0.6% | - |
| XYZ | 6.81 | 3.21 | 30.83 | - |
| YUV | 40.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 154 | 0.77 | 0.87 | 0 | 0.40 | 247.16 | 0.77 | 0.34 |
| Hex | 24 | 14 | 9A | 4D | 57 | 0 | 28 | F7 | 4D | 22 |
| Octal | 44 | 24 | 232 | 115 | 127 | 0 | 50 | 367 | 115 | 42 |
| Binary | 100100 | 10100 | 10011010 | 1001101 | 1010111 | 0 | 101000 | 11110111 | 1001101 | 100010 |
Color Harmonies of #24149A
Complementary color
Monochromatic Colors of #24149A
Black with #24149A
Text Example
Text Example
White with #24149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24149A; }
p { color: rgb(36,20,154); }
H1.HeaderClassName
{
color: #24149A;
}
.AnyTagClassName
{
color: #24149A;
}
</style>
background-color css
<style>
a { background-color: #24149A; }
a { background-color: rgb(36,20,154); }
div.DivClassName
{
background-color: #24149A;
}
.BgClassName
{
background-color: #24149A;
}
</style>
border-color css
<style>
span { border-color: #24149A; }
span { border-color: rgb(36,20,154); }
td.TdClassName
{
border-color: #24149A;
}
.TagClassName
{
border-color: #24149A;
}
</style>