Shades of Ultramarine #240497
Tints of Ultramarine #240497
RGB
CMYK
RGB Variations
Color information
#240497 (or 0x240497) is known color: Ultramarine. HEX triplet: 24, 04 and 97. RGB value is (36,4,151). Sum of RGB (Red+Green+Blue) = 36+4+151=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #240497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240497 is #DBFB68. Grayscale: #1D1D1D. Windows color (decimal): -14416745 or 9896996. OLE color: 9896996.
HSL color Cylindrical-coordinate representation of color #240497: hue angle of 253.06º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240497 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 4 | 151 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.41 |
| HSL | 253.06º | 0.95% | 0.3% | - |
| HSV(B) | 253.06º | 0.97% | 0.59% | - |
| XYZ | 6.36 | 2.7 | 29.46 | - |
| YUV | 30.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 151 | 0.76 | 0.97 | 0 | 0.41 | 253.06 | 0.95 | 0.3 |
| Hex | 24 | 4 | 97 | 4C | 61 | 0 | 29 | FD | 5F | 1E |
| Octal | 44 | 4 | 227 | 114 | 141 | 0 | 51 | 375 | 137 | 36 |
| Binary | 100100 | 100 | 10010111 | 1001100 | 1100001 | 0 | 101001 | 11111101 | 1011111 | 11110 |
Color Harmonies of #240497
Complementary color
Monochromatic Colors of #240497
Black with #240497
Text Example
Text Example
White with #240497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240497; }
p { color: rgb(36,4,151); }
H1.HeaderClassName
{
color: #240497;
}
.AnyTagClassName
{
color: #240497;
}
</style>
background-color css
<style>
a { background-color: #240497; }
a { background-color: rgb(36,4,151); }
div.DivClassName
{
background-color: #240497;
}
.BgClassName
{
background-color: #240497;
}
</style>
border-color css
<style>
span { border-color: #240497; }
span { border-color: rgb(36,4,151); }
td.TdClassName
{
border-color: #240497;
}
.TagClassName
{
border-color: #240497;
}
</style>