Shades of Ultramarine #240D95
Tints of Ultramarine #240D95
RGB
CMYK
RGB Variations
Color information
#240D95 (or 0x240D95) is known color: Ultramarine. HEX triplet: 24, 0D and 95. RGB value is (36,13,149). Sum of RGB (Red+Green+Blue) = 36+13+149=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #240D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240D95 is #DBF26A. Grayscale: #222222. Windows color (decimal): -14414443 or 9768228. OLE color: 9768228.
HSL color Cylindrical-coordinate representation of color #240D95: hue angle of 250.15º degrees, saturation: 0.84, 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 #240D95 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 13 | 149 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.42 |
| HSL | 250.15º | 0.84% | 0.32% | - |
| HSV(B) | 250.15º | 0.91% | 0.58% | - |
| XYZ | 6.3 | 2.83 | 28.65 | - |
| YUV | 35.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 149 | 0.76 | 0.91 | 0 | 0.42 | 250.15 | 0.84 | 0.32 |
| Hex | 24 | D | 95 | 4C | 5B | 0 | 2A | FA | 54 | 20 |
| Octal | 44 | 15 | 225 | 114 | 133 | 0 | 52 | 372 | 124 | 40 |
| Binary | 100100 | 1101 | 10010101 | 1001100 | 1011011 | 0 | 101010 | 11111010 | 1010100 | 100000 |
Color Harmonies of #240D95
Complementary color
Monochromatic Colors of #240D95
Black with #240D95
Text Example
Text Example
White with #240D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D95; }
p { color: rgb(36,13,149); }
H1.HeaderClassName
{
color: #240D95;
}
.AnyTagClassName
{
color: #240D95;
}
</style>
background-color css
<style>
a { background-color: #240D95; }
a { background-color: rgb(36,13,149); }
div.DivClassName
{
background-color: #240D95;
}
.BgClassName
{
background-color: #240D95;
}
</style>
border-color css
<style>
span { border-color: #240D95; }
span { border-color: rgb(36,13,149); }
td.TdClassName
{
border-color: #240D95;
}
.TagClassName
{
border-color: #240D95;
}
</style>