Shades of Ultramarine #241391
Tints of Ultramarine #241391
RGB
CMYK
RGB Variations
Color information
#241391 (or 0x241391) is known color: Ultramarine. HEX triplet: 24, 13 and 91. RGB value is (36,19,145). Sum of RGB (Red+Green+Blue) = 36+19+145=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #241391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241391 is #DBEC6E. Grayscale: #252525. Windows color (decimal): -14412911 or 9507620. OLE color: 9507620.
HSL color Cylindrical-coordinate representation of color #241391: hue angle of 248.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241391 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 19 | 145 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.43 |
| HSL | 248.1º | 0.77% | 0.32% | - |
| HSV(B) | 248.1º | 0.87% | 0.57% | - |
| XYZ | 6.07 | 2.89 | 27.02 | - |
| YUV | 38.45 | 188.13 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 145 | 0.75 | 0.87 | 0 | 0.43 | 248.1 | 0.77 | 0.32 |
| Hex | 24 | 13 | 91 | 4B | 57 | 0 | 2B | F8 | 4D | 20 |
| Octal | 44 | 23 | 221 | 113 | 127 | 0 | 53 | 370 | 115 | 40 |
| Binary | 100100 | 10011 | 10010001 | 1001011 | 1010111 | 0 | 101011 | 11111000 | 1001101 | 100000 |
Color Harmonies of #241391
Complementary color
Monochromatic Colors of #241391
Black with #241391
Text Example
Text Example
White with #241391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241391; }
p { color: rgb(36,19,145); }
H1.HeaderClassName
{
color: #241391;
}
.AnyTagClassName
{
color: #241391;
}
</style>
background-color css
<style>
a { background-color: #241391; }
a { background-color: rgb(36,19,145); }
div.DivClassName
{
background-color: #241391;
}
.BgClassName
{
background-color: #241391;
}
</style>
border-color css
<style>
span { border-color: #241391; }
span { border-color: rgb(36,19,145); }
td.TdClassName
{
border-color: #241391;
}
.TagClassName
{
border-color: #241391;
}
</style>