Shades of Ultramarine #241A8D
Tints of Ultramarine #241A8D
RGB
CMYK
RGB Variations
Color information
#241A8D (or 0x241A8D) is known color: Ultramarine. HEX triplet: 24, 1A and 8D. RGB value is (36,26,141). Sum of RGB (Red+Green+Blue) = 36+26+141=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #241A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241A8D is #DBE572. Grayscale: #292929. Windows color (decimal): -14411123 or 9247268. OLE color: 9247268.
HSL color Cylindrical-coordinate representation of color #241A8D: hue angle of 245.22º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241A8D is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 26 | 141 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.45 |
| HSL | 245.22º | 0.69% | 0.33% | - |
| HSV(B) | 245.22º | 0.82% | 0.55% | - |
| XYZ | 5.9 | 3.04 | 25.47 | - |
| YUV | 42.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 141 | 0.74 | 0.82 | 0 | 0.45 | 245.22 | 0.69 | 0.33 |
| Hex | 24 | 1A | 8D | 4A | 52 | 0 | 2D | F5 | 45 | 21 |
| Octal | 44 | 32 | 215 | 112 | 122 | 0 | 55 | 365 | 105 | 41 |
| Binary | 100100 | 11010 | 10001101 | 1001010 | 1010010 | 0 | 101101 | 11110101 | 1000101 | 100001 |
Color Harmonies of #241A8D
Complementary color
Monochromatic Colors of #241A8D
Black with #241A8D
Text Example
Text Example
White with #241A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A8D; }
p { color: rgb(36,26,141); }
H1.HeaderClassName
{
color: #241A8D;
}
.AnyTagClassName
{
color: #241A8D;
}
</style>
background-color css
<style>
a { background-color: #241A8D; }
a { background-color: rgb(36,26,141); }
div.DivClassName
{
background-color: #241A8D;
}
.BgClassName
{
background-color: #241A8D;
}
</style>
border-color css
<style>
span { border-color: #241A8D; }
span { border-color: rgb(36,26,141); }
td.TdClassName
{
border-color: #241A8D;
}
.TagClassName
{
border-color: #241A8D;
}
</style>