Shades of Ultramarine #241587
Tints of Ultramarine #241587
RGB
CMYK
RGB Variations
Color information
#241587 (or 0x241587) is known color: Ultramarine. HEX triplet: 24, 15 and 87. RGB value is (36,21,135). Sum of RGB (Red+Green+Blue) = 36+21+135=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #241587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241587 is #DBEA78. Grayscale: #262626. Windows color (decimal): -14412409 or 8852772. OLE color: 8852772.
HSL color Cylindrical-coordinate representation of color #241587: hue angle of 247.89º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241587 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 21 | 135 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.47 |
| HSL | 247.89º | 0.73% | 0.31% | - |
| HSV(B) | 247.89º | 0.84% | 0.53% | - |
| XYZ | 5.37 | 2.66 | 23.15 | - |
| YUV | 38.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 135 | 0.73 | 0.84 | 0 | 0.47 | 247.89 | 0.73 | 0.31 |
| Hex | 24 | 15 | 87 | 49 | 54 | 0 | 2F | F8 | 49 | 1F |
| Octal | 44 | 25 | 207 | 111 | 124 | 0 | 57 | 370 | 111 | 37 |
| Binary | 100100 | 10101 | 10000111 | 1001001 | 1010100 | 0 | 101111 | 11111000 | 1001001 | 11111 |
Color Harmonies of #241587
Complementary color
Monochromatic Colors of #241587
Black with #241587
Text Example
Text Example
White with #241587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241587; }
p { color: rgb(36,21,135); }
H1.HeaderClassName
{
color: #241587;
}
.AnyTagClassName
{
color: #241587;
}
</style>
background-color css
<style>
a { background-color: #241587; }
a { background-color: rgb(36,21,135); }
div.DivClassName
{
background-color: #241587;
}
.BgClassName
{
background-color: #241587;
}
</style>
border-color css
<style>
span { border-color: #241587; }
span { border-color: rgb(36,21,135); }
td.TdClassName
{
border-color: #241587;
}
.TagClassName
{
border-color: #241587;
}
</style>