Shades of Ultramarine #241CA8
Tints of Ultramarine #241CA8
RGB
CMYK
RGB Variations
Color information
#241CA8 (or 0x241CA8) is known color: Ultramarine. HEX triplet: 24, 1C and A8. RGB value is (36,28,168). Sum of RGB (Red+Green+Blue) = 36+28+168=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 168 (66.02% from 255 or 72.41% from 232); Max value from RGB is 168 - color contains mainly: blue. Hex color #241CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241CA8 is #DBE357. Grayscale: #2D2D2D. Windows color (decimal): -14410584 or 11017252. OLE color: 11017252.
HSL color Cylindrical-coordinate representation of color #241CA8: hue angle of 243.43º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241CA8 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 28 | 168 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.34 |
| HSL | 243.43º | 0.71% | 0.38% | - |
| HSV(B) | 243.43º | 0.83% | 0.66% | - |
| XYZ | 8.21 | 4.03 | 37.39 | - |
| YUV | 46.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 168 | 0.79 | 0.83 | 0 | 0.34 | 243.43 | 0.71 | 0.38 |
| Hex | 24 | 1C | A8 | 4F | 53 | 0 | 22 | F3 | 47 | 26 |
| Octal | 44 | 34 | 250 | 117 | 123 | 0 | 42 | 363 | 107 | 46 |
| Binary | 100100 | 11100 | 10101000 | 1001111 | 1010011 | 0 | 100010 | 11110011 | 1000111 | 100110 |
Color Harmonies of #241CA8
Complementary color
Monochromatic Colors of #241CA8
Black with #241CA8
Text Example
Text Example
White with #241CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CA8; }
p { color: rgb(36,28,168); }
H1.HeaderClassName
{
color: #241CA8;
}
.AnyTagClassName
{
color: #241CA8;
}
</style>
background-color css
<style>
a { background-color: #241CA8; }
a { background-color: rgb(36,28,168); }
div.DivClassName
{
background-color: #241CA8;
}
.BgClassName
{
background-color: #241CA8;
}
</style>
border-color css
<style>
span { border-color: #241CA8; }
span { border-color: rgb(36,28,168); }
td.TdClassName
{
border-color: #241CA8;
}
.TagClassName
{
border-color: #241CA8;
}
</style>