Shades of Ultramarine #241993
Tints of Ultramarine #241993
RGB
CMYK
RGB Variations
Color information
#241993 (or 0x241993) is known color: Ultramarine. HEX triplet: 24, 19 and 93. RGB value is (36,25,147). Sum of RGB (Red+Green+Blue) = 36+25+147=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #241993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241993 is #DBE66C. Grayscale: #292929. Windows color (decimal): -14411373 or 9640228. OLE color: 9640228.
HSL color Cylindrical-coordinate representation of color #241993: hue angle of 245.41º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241993 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 25 | 147 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.42 |
| HSL | 245.41º | 0.71% | 0.34% | - |
| HSV(B) | 245.41º | 0.83% | 0.58% | - |
| XYZ | 6.34 | 3.18 | 27.88 | - |
| YUV | 42.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 147 | 0.76 | 0.83 | 0 | 0.42 | 245.41 | 0.71 | 0.34 |
| Hex | 24 | 19 | 93 | 4C | 53 | 0 | 2A | F5 | 47 | 22 |
| Octal | 44 | 31 | 223 | 114 | 123 | 0 | 52 | 365 | 107 | 42 |
| Binary | 100100 | 11001 | 10010011 | 1001100 | 1010011 | 0 | 101010 | 11110101 | 1000111 | 100010 |
Color Harmonies of #241993
Complementary color
Monochromatic Colors of #241993
Black with #241993
Text Example
Text Example
White with #241993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241993; }
p { color: rgb(36,25,147); }
H1.HeaderClassName
{
color: #241993;
}
.AnyTagClassName
{
color: #241993;
}
</style>
background-color css
<style>
a { background-color: #241993; }
a { background-color: rgb(36,25,147); }
div.DivClassName
{
background-color: #241993;
}
.BgClassName
{
background-color: #241993;
}
</style>
border-color css
<style>
span { border-color: #241993; }
span { border-color: rgb(36,25,147); }
td.TdClassName
{
border-color: #241993;
}
.TagClassName
{
border-color: #241993;
}
</style>