Shades of Ultramarine #241891
Tints of Ultramarine #241891
RGB
CMYK
RGB Variations
Color information
#241891 (or 0x241891) is known color: Ultramarine. HEX triplet: 24, 18 and 91. RGB value is (36,24,145). Sum of RGB (Red+Green+Blue) = 36+24+145=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #241891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241891 is #DBE76E. Grayscale: #282828. Windows color (decimal): -14411631 or 9508900. OLE color: 9508900.
HSL color Cylindrical-coordinate representation of color #241891: hue angle of 245.95º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241891 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 24 | 145 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.43 |
| HSL | 245.95º | 0.72% | 0.33% | - |
| HSV(B) | 245.95º | 0.83% | 0.57% | - |
| XYZ | 6.17 | 3.07 | 27.06 | - |
| YUV | 41.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 145 | 0.75 | 0.83 | 0 | 0.43 | 245.95 | 0.72 | 0.33 |
| Hex | 24 | 18 | 91 | 4B | 53 | 0 | 2B | F6 | 48 | 21 |
| Octal | 44 | 30 | 221 | 113 | 123 | 0 | 53 | 366 | 110 | 41 |
| Binary | 100100 | 11000 | 10010001 | 1001011 | 1010011 | 0 | 101011 | 11110110 | 1001000 | 100001 |
Color Harmonies of #241891
Complementary color
Monochromatic Colors of #241891
Black with #241891
Text Example
Text Example
White with #241891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241891; }
p { color: rgb(36,24,145); }
H1.HeaderClassName
{
color: #241891;
}
.AnyTagClassName
{
color: #241891;
}
</style>
background-color css
<style>
a { background-color: #241891; }
a { background-color: rgb(36,24,145); }
div.DivClassName
{
background-color: #241891;
}
.BgClassName
{
background-color: #241891;
}
</style>
border-color css
<style>
span { border-color: #241891; }
span { border-color: rgb(36,24,145); }
td.TdClassName
{
border-color: #241891;
}
.TagClassName
{
border-color: #241891;
}
</style>