Shades of Ultramarine #240E88
Tints of Ultramarine #240E88
RGB
CMYK
RGB Variations
Color information
#240E88 (or 0x240E88) is known color: Ultramarine. HEX triplet: 24, 0E and 88. RGB value is (36,14,136). Sum of RGB (Red+Green+Blue) = 36+14+136=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #240E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240E88 is #DBF177. Grayscale: #222222. Windows color (decimal): -14414200 or 8916516. OLE color: 8916516.
HSL color Cylindrical-coordinate representation of color #240E88: hue angle of 250.82º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240E88 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 14 | 136 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.47 |
| HSL | 250.82º | 0.81% | 0.29% | - |
| HSV(B) | 250.82º | 0.9% | 0.53% | - |
| XYZ | 5.33 | 2.47 | 23.49 | - |
| YUV | 34.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 136 | 0.74 | 0.90 | 0 | 0.47 | 250.82 | 0.81 | 0.29 |
| Hex | 24 | E | 88 | 4A | 5A | 0 | 2F | FB | 51 | 1D |
| Octal | 44 | 16 | 210 | 112 | 132 | 0 | 57 | 373 | 121 | 35 |
| Binary | 100100 | 1110 | 10001000 | 1001010 | 1011010 | 0 | 101111 | 11111011 | 1010001 | 11101 |
Color Harmonies of #240E88
Complementary color
Monochromatic Colors of #240E88
Black with #240E88
Text Example
Text Example
White with #240E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E88; }
p { color: rgb(36,14,136); }
H1.HeaderClassName
{
color: #240E88;
}
.AnyTagClassName
{
color: #240E88;
}
</style>
background-color css
<style>
a { background-color: #240E88; }
a { background-color: rgb(36,14,136); }
div.DivClassName
{
background-color: #240E88;
}
.BgClassName
{
background-color: #240E88;
}
</style>
border-color css
<style>
span { border-color: #240E88; }
span { border-color: rgb(36,14,136); }
td.TdClassName
{
border-color: #240E88;
}
.TagClassName
{
border-color: #240E88;
}
</style>