Shades of Ultramarine #241C93
Tints of Ultramarine #241C93
RGB
CMYK
RGB Variations
Color information
#241C93 (or 0x241C93) is known color: Ultramarine. HEX triplet: 24, 1C and 93. RGB value is (36,28,147). Sum of RGB (Red+Green+Blue) = 36+28+147=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #241C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241C93 is #DBE36C. Grayscale: #2B2B2B. Windows color (decimal): -14410605 or 9640996. OLE color: 9640996.
HSL color Cylindrical-coordinate representation of color #241C93: hue angle of 244.03º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241C93 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 28 | 147 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.42 |
| HSL | 244.03º | 0.68% | 0.34% | - |
| HSV(B) | 244.03º | 0.81% | 0.58% | - |
| XYZ | 6.41 | 3.31 | 27.91 | - |
| YUV | 43.96 | 186.15 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 147 | 0.76 | 0.81 | 0 | 0.42 | 244.03 | 0.68 | 0.34 |
| Hex | 24 | 1C | 93 | 4C | 51 | 0 | 2A | F4 | 44 | 22 |
| Octal | 44 | 34 | 223 | 114 | 121 | 0 | 52 | 364 | 104 | 42 |
| Binary | 100100 | 11100 | 10010011 | 1001100 | 1010001 | 0 | 101010 | 11110100 | 1000100 | 100010 |
Color Harmonies of #241C93
Complementary color
Monochromatic Colors of #241C93
Black with #241C93
Text Example
Text Example
White with #241C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C93; }
p { color: rgb(36,28,147); }
H1.HeaderClassName
{
color: #241C93;
}
.AnyTagClassName
{
color: #241C93;
}
</style>
background-color css
<style>
a { background-color: #241C93; }
a { background-color: rgb(36,28,147); }
div.DivClassName
{
background-color: #241C93;
}
.BgClassName
{
background-color: #241C93;
}
</style>
border-color css
<style>
span { border-color: #241C93; }
span { border-color: rgb(36,28,147); }
td.TdClassName
{
border-color: #241C93;
}
.TagClassName
{
border-color: #241C93;
}
</style>