Shades of Ultramarine #240E94
Tints of Ultramarine #240E94
RGB
CMYK
RGB Variations
Color information
#240E94 (or 0x240E94) is known color: Ultramarine. HEX triplet: 24, 0E and 94. RGB value is (36,14,148). Sum of RGB (Red+Green+Blue) = 36+14+148=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #240E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240E94 is #DBF16B. Grayscale: #232323. Windows color (decimal): -14414188 or 9702948. OLE color: 9702948.
HSL color Cylindrical-coordinate representation of color #240E94: hue angle of 249.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240E94 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 14 | 148 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.42 |
| HSL | 249.85º | 0.83% | 0.32% | - |
| HSV(B) | 249.85º | 0.91% | 0.58% | - |
| XYZ | 6.23 | 2.83 | 28.23 | - |
| YUV | 35.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 148 | 0.76 | 0.91 | 0 | 0.42 | 249.85 | 0.83 | 0.32 |
| Hex | 24 | E | 94 | 4C | 5B | 0 | 2A | FA | 53 | 20 |
| Octal | 44 | 16 | 224 | 114 | 133 | 0 | 52 | 372 | 123 | 40 |
| Binary | 100100 | 1110 | 10010100 | 1001100 | 1011011 | 0 | 101010 | 11111010 | 1010011 | 100000 |
Color Harmonies of #240E94
Complementary color
Monochromatic Colors of #240E94
Black with #240E94
Text Example
Text Example
White with #240E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E94; }
p { color: rgb(36,14,148); }
H1.HeaderClassName
{
color: #240E94;
}
.AnyTagClassName
{
color: #240E94;
}
</style>
background-color css
<style>
a { background-color: #240E94; }
a { background-color: rgb(36,14,148); }
div.DivClassName
{
background-color: #240E94;
}
.BgClassName
{
background-color: #240E94;
}
</style>
border-color css
<style>
span { border-color: #240E94; }
span { border-color: rgb(36,14,148); }
td.TdClassName
{
border-color: #240E94;
}
.TagClassName
{
border-color: #240E94;
}
</style>