Shades of Ultramarine #241C94
Tints of Ultramarine #241C94
RGB
CMYK
RGB Variations
Color information
#241C94 (or 0x241C94) is known color: Ultramarine. HEX triplet: 24, 1C and 94. RGB value is (36,28,148). Sum of RGB (Red+Green+Blue) = 36+28+148=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #241C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241C94 is #DBE36B. Grayscale: #2B2B2B. Windows color (decimal): -14410604 or 9706532. OLE color: 9706532.
HSL color Cylindrical-coordinate representation of color #241C94: hue angle of 244º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241C94 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 28 | 148 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.42 |
| HSL | 244º | 0.68% | 0.35% | - |
| HSV(B) | 244º | 0.81% | 0.58% | - |
| XYZ | 6.49 | 3.34 | 28.32 | - |
| YUV | 44.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 148 | 0.76 | 0.81 | 0 | 0.42 | 244 | 0.68 | 0.35 |
| Hex | 24 | 1C | 94 | 4C | 51 | 0 | 2A | F4 | 44 | 23 |
| Octal | 44 | 34 | 224 | 114 | 121 | 0 | 52 | 364 | 104 | 43 |
| Binary | 100100 | 11100 | 10010100 | 1001100 | 1010001 | 0 | 101010 | 11110100 | 1000100 | 100011 |
Color Harmonies of #241C94
Complementary color
Monochromatic Colors of #241C94
Black with #241C94
Text Example
Text Example
White with #241C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C94; }
p { color: rgb(36,28,148); }
H1.HeaderClassName
{
color: #241C94;
}
.AnyTagClassName
{
color: #241C94;
}
</style>
background-color css
<style>
a { background-color: #241C94; }
a { background-color: rgb(36,28,148); }
div.DivClassName
{
background-color: #241C94;
}
.BgClassName
{
background-color: #241C94;
}
</style>
border-color css
<style>
span { border-color: #241C94; }
span { border-color: rgb(36,28,148); }
td.TdClassName
{
border-color: #241C94;
}
.TagClassName
{
border-color: #241C94;
}
</style>