Shades of Ultramarine #241FA4
Tints of Ultramarine #241FA4
RGB
CMYK
RGB Variations
Color information
#241FA4 (or 0x241FA4) is known color: Ultramarine. HEX triplet: 24, 1F and A4. RGB value is (36,31,164). Sum of RGB (Red+Green+Blue) = 36+31+164=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 164 (64.45% from 255 or 71.00% from 231); Max value from RGB is 164 - color contains mainly: blue. Hex color #241FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241FA4 is #DBE05B. Grayscale: #2F2F2F. Windows color (decimal): -14409820 or 10755876. OLE color: 10755876.
HSL color Cylindrical-coordinate representation of color #241FA4: hue angle of 242.26º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241FA4 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 31 | 164 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.36 |
| HSL | 242.26º | 0.68% | 0.38% | - |
| HSV(B) | 242.26º | 0.81% | 0.64% | - |
| XYZ | 7.92 | 4.04 | 35.48 | - |
| YUV | 47.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 164 | 0.78 | 0.81 | 0 | 0.36 | 242.26 | 0.68 | 0.38 |
| Hex | 24 | 1F | A4 | 4E | 51 | 0 | 24 | F2 | 44 | 26 |
| Octal | 44 | 37 | 244 | 116 | 121 | 0 | 44 | 362 | 104 | 46 |
| Binary | 100100 | 11111 | 10100100 | 1001110 | 1010001 | 0 | 100100 | 11110010 | 1000100 | 100110 |
Color Harmonies of #241FA4
Complementary color
Monochromatic Colors of #241FA4
Black with #241FA4
Text Example
Text Example
White with #241FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FA4; }
p { color: rgb(36,31,164); }
H1.HeaderClassName
{
color: #241FA4;
}
.AnyTagClassName
{
color: #241FA4;
}
</style>
background-color css
<style>
a { background-color: #241FA4; }
a { background-color: rgb(36,31,164); }
div.DivClassName
{
background-color: #241FA4;
}
.BgClassName
{
background-color: #241FA4;
}
</style>
border-color css
<style>
span { border-color: #241FA4; }
span { border-color: rgb(36,31,164); }
td.TdClassName
{
border-color: #241FA4;
}
.TagClassName
{
border-color: #241FA4;
}
</style>