Shades of Ultramarine #241C8D
Tints of Ultramarine #241C8D
RGB
CMYK
RGB Variations
Color information
#241C8D (or 0x241C8D) is known color: Ultramarine. HEX triplet: 24, 1C and 8D. RGB value is (36,28,141). Sum of RGB (Red+Green+Blue) = 36+28+141=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #241C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241C8D is #DBE372. Grayscale: #2A2A2A. Windows color (decimal): -14410611 or 9247780. OLE color: 9247780.
HSL color Cylindrical-coordinate representation of color #241C8D: hue angle of 244.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #241C8D is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 28 | 141 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.45 |
| HSL | 244.25º | 0.67% | 0.33% | - |
| HSV(B) | 244.25º | 0.8% | 0.55% | - |
| XYZ | 5.95 | 3.13 | 25.49 | - |
| YUV | 43.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 141 | 0.74 | 0.80 | 0 | 0.45 | 244.25 | 0.67 | 0.33 |
| Hex | 24 | 1C | 8D | 4A | 50 | 0 | 2D | F4 | 43 | 21 |
| Octal | 44 | 34 | 215 | 112 | 120 | 0 | 55 | 364 | 103 | 41 |
| Binary | 100100 | 11100 | 10001101 | 1001010 | 1010000 | 0 | 101101 | 11110100 | 1000011 | 100001 |
Color Harmonies of #241C8D
Complementary color
Monochromatic Colors of #241C8D
Black with #241C8D
Text Example
Text Example
White with #241C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C8D; }
p { color: rgb(36,28,141); }
H1.HeaderClassName
{
color: #241C8D;
}
.AnyTagClassName
{
color: #241C8D;
}
</style>
background-color css
<style>
a { background-color: #241C8D; }
a { background-color: rgb(36,28,141); }
div.DivClassName
{
background-color: #241C8D;
}
.BgClassName
{
background-color: #241C8D;
}
</style>
border-color css
<style>
span { border-color: #241C8D; }
span { border-color: rgb(36,28,141); }
td.TdClassName
{
border-color: #241C8D;
}
.TagClassName
{
border-color: #241C8D;
}
</style>