Shades of Ultramarine #241EA4
Tints of Ultramarine #241EA4
RGB
CMYK
RGB Variations
Color information
#241EA4 (or 0x241EA4) is known color: Ultramarine. HEX triplet: 24, 1E and A4. RGB value is (36,30,164). Sum of RGB (Red+Green+Blue) = 36+30+164=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 164 (64.45% from 255 or 71.30% from 230); Max value from RGB is 164 - color contains mainly: blue. Hex color #241EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241EA4 is #DBE15B. Grayscale: #2E2E2E. Windows color (decimal): -14410076 or 10755620. OLE color: 10755620.
HSL color Cylindrical-coordinate representation of color #241EA4: hue angle of 242.69º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241EA4 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 30 | 164 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.36 |
| HSL | 242.69º | 0.69% | 0.38% | - |
| HSV(B) | 242.69º | 0.82% | 0.64% | - |
| XYZ | 7.89 | 3.98 | 35.47 | - |
| YUV | 47.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 164 | 0.78 | 0.82 | 0 | 0.36 | 242.69 | 0.69 | 0.38 |
| Hex | 24 | 1E | A4 | 4E | 52 | 0 | 24 | F3 | 45 | 26 |
| Octal | 44 | 36 | 244 | 116 | 122 | 0 | 44 | 363 | 105 | 46 |
| Binary | 100100 | 11110 | 10100100 | 1001110 | 1010010 | 0 | 100100 | 11110011 | 1000101 | 100110 |
Color Harmonies of #241EA4
Complementary color
Monochromatic Colors of #241EA4
Black with #241EA4
Text Example
Text Example
White with #241EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241EA4; }
p { color: rgb(36,30,164); }
H1.HeaderClassName
{
color: #241EA4;
}
.AnyTagClassName
{
color: #241EA4;
}
</style>
background-color css
<style>
a { background-color: #241EA4; }
a { background-color: rgb(36,30,164); }
div.DivClassName
{
background-color: #241EA4;
}
.BgClassName
{
background-color: #241EA4;
}
</style>
border-color css
<style>
span { border-color: #241EA4; }
span { border-color: rgb(36,30,164); }
td.TdClassName
{
border-color: #241EA4;
}
.TagClassName
{
border-color: #241EA4;
}
</style>