Shades of Ultramarine #241DAB
Tints of Ultramarine #241DAB
RGB
CMYK
RGB Variations
Color information
#241DAB (or 0x241DAB) is known color: Ultramarine. HEX triplet: 24, 1D and AB. RGB value is (36,29,171). Sum of RGB (Red+Green+Blue) = 36+29+171=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #241DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241DAB is #DBE254. Grayscale: #2E2E2E. Windows color (decimal): -14410325 or 11214116. OLE color: 11214116.
HSL color Cylindrical-coordinate representation of color #241DAB: hue angle of 242.96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241DAB is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 29 | 171 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.33 |
| HSL | 242.96º | 0.71% | 0.39% | - |
| HSV(B) | 242.96º | 0.83% | 0.67% | - |
| XYZ | 8.52 | 4.19 | 38.89 | - |
| YUV | 47.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 171 | 0.79 | 0.83 | 0 | 0.33 | 242.96 | 0.71 | 0.39 |
| Hex | 24 | 1D | AB | 4F | 53 | 0 | 21 | F3 | 47 | 27 |
| Octal | 44 | 35 | 253 | 117 | 123 | 0 | 41 | 363 | 107 | 47 |
| Binary | 100100 | 11101 | 10101011 | 1001111 | 1010011 | 0 | 100001 | 11110011 | 1000111 | 100111 |
Color Harmonies of #241DAB
Complementary color
Monochromatic Colors of #241DAB
Black with #241DAB
Text Example
Text Example
White with #241DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DAB; }
p { color: rgb(36,29,171); }
H1.HeaderClassName
{
color: #241DAB;
}
.AnyTagClassName
{
color: #241DAB;
}
</style>
background-color css
<style>
a { background-color: #241DAB; }
a { background-color: rgb(36,29,171); }
div.DivClassName
{
background-color: #241DAB;
}
.BgClassName
{
background-color: #241DAB;
}
</style>
border-color css
<style>
span { border-color: #241DAB; }
span { border-color: rgb(36,29,171); }
td.TdClassName
{
border-color: #241DAB;
}
.TagClassName
{
border-color: #241DAB;
}
</style>