Shades of Ultramarine #241C88
Tints of Ultramarine #241C88
RGB
CMYK
RGB Variations
Color information
#241C88 (or 0x241C88) is known color: Ultramarine. HEX triplet: 24, 1C and 88. RGB value is (36,28,136). Sum of RGB (Red+Green+Blue) = 36+28+136=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #241C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241C88 is #DBE377. Grayscale: #2A2A2A. Windows color (decimal): -14410616 or 8920100. OLE color: 8920100.
HSL color Cylindrical-coordinate representation of color #241C88: hue angle of 244.44º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #241C88 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 28 | 136 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.47 |
| HSL | 244.44º | 0.66% | 0.32% | - |
| HSV(B) | 244.44º | 0.79% | 0.53% | - |
| XYZ | 5.59 | 2.98 | 23.57 | - |
| YUV | 42.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 136 | 0.74 | 0.79 | 0 | 0.47 | 244.44 | 0.66 | 0.32 |
| Hex | 24 | 1C | 88 | 4A | 4F | 0 | 2F | F4 | 42 | 20 |
| Octal | 44 | 34 | 210 | 112 | 117 | 0 | 57 | 364 | 102 | 40 |
| Binary | 100100 | 11100 | 10001000 | 1001010 | 1001111 | 0 | 101111 | 11110100 | 1000010 | 100000 |
Color Harmonies of #241C88
Complementary color
Monochromatic Colors of #241C88
Black with #241C88
Text Example
Text Example
White with #241C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C88; }
p { color: rgb(36,28,136); }
H1.HeaderClassName
{
color: #241C88;
}
.AnyTagClassName
{
color: #241C88;
}
</style>
background-color css
<style>
a { background-color: #241C88; }
a { background-color: rgb(36,28,136); }
div.DivClassName
{
background-color: #241C88;
}
.BgClassName
{
background-color: #241C88;
}
</style>
border-color css
<style>
span { border-color: #241C88; }
span { border-color: rgb(36,28,136); }
td.TdClassName
{
border-color: #241C88;
}
.TagClassName
{
border-color: #241C88;
}
</style>