Shades of Ultramarine #241EA6
Tints of Ultramarine #241EA6
RGB
CMYK
RGB Variations
Color information
#241EA6 (or 0x241EA6) is known color: Ultramarine. HEX triplet: 24, 1E and A6. RGB value is (36,30,166). Sum of RGB (Red+Green+Blue) = 36+30+166=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 166 (65.23% from 255 or 71.55% from 232); Max value from RGB is 166 - color contains mainly: blue. Hex color #241EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241EA6 is #DBE159. Grayscale: #2E2E2E. Windows color (decimal): -14410074 or 10886692. OLE color: 10886692.
HSL color Cylindrical-coordinate representation of color #241EA6: hue angle of 242.65º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241EA6 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 30 | 166 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.35 |
| HSL | 242.65º | 0.69% | 0.38% | - |
| HSV(B) | 242.65º | 0.82% | 0.65% | - |
| XYZ | 8.07 | 4.06 | 36.43 | - |
| YUV | 47.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 166 | 0.78 | 0.82 | 0 | 0.35 | 242.65 | 0.69 | 0.38 |
| Hex | 24 | 1E | A6 | 4E | 52 | 0 | 23 | F3 | 45 | 26 |
| Octal | 44 | 36 | 246 | 116 | 122 | 0 | 43 | 363 | 105 | 46 |
| Binary | 100100 | 11110 | 10100110 | 1001110 | 1010010 | 0 | 100011 | 11110011 | 1000101 | 100110 |
Color Harmonies of #241EA6
Complementary color
Monochromatic Colors of #241EA6
Black with #241EA6
Text Example
Text Example
White with #241EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241EA6; }
p { color: rgb(36,30,166); }
H1.HeaderClassName
{
color: #241EA6;
}
.AnyTagClassName
{
color: #241EA6;
}
</style>
background-color css
<style>
a { background-color: #241EA6; }
a { background-color: rgb(36,30,166); }
div.DivClassName
{
background-color: #241EA6;
}
.BgClassName
{
background-color: #241EA6;
}
</style>
border-color css
<style>
span { border-color: #241EA6; }
span { border-color: rgb(36,30,166); }
td.TdClassName
{
border-color: #241EA6;
}
.TagClassName
{
border-color: #241EA6;
}
</style>