Shades of Ultramarine #24209F
Tints of Ultramarine #24209F
RGB
CMYK
RGB Variations
Color information
#24209F (or 0x24209F) is known color: Ultramarine. HEX triplet: 24, 20 and 9F. RGB value is (36,32,159). Sum of RGB (Red+Green+Blue) = 36+32+159=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #24209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24209F is #DBDF60. Grayscale: #2F2F2F. Windows color (decimal): -14409569 or 10428452. OLE color: 10428452.
HSL color Cylindrical-coordinate representation of color #24209F: hue angle of 241.89º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24209F is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 32 | 159 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.38 |
| HSL | 241.89º | 0.66% | 0.37% | - |
| HSV(B) | 241.89º | 0.8% | 0.62% | - |
| XYZ | 7.5 | 3.91 | 33.16 | - |
| YUV | 47.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 159 | 0.77 | 0.80 | 0 | 0.38 | 241.89 | 0.66 | 0.37 |
| Hex | 24 | 20 | 9F | 4D | 50 | 0 | 26 | F2 | 42 | 25 |
| Octal | 44 | 40 | 237 | 115 | 120 | 0 | 46 | 362 | 102 | 45 |
| Binary | 100100 | 100000 | 10011111 | 1001101 | 1010000 | 0 | 100110 | 11110010 | 1000010 | 100101 |
Color Harmonies of #24209F
Complementary color
Monochromatic Colors of #24209F
Black with #24209F
Text Example
Text Example
White with #24209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24209F; }
p { color: rgb(36,32,159); }
H1.HeaderClassName
{
color: #24209F;
}
.AnyTagClassName
{
color: #24209F;
}
</style>
background-color css
<style>
a { background-color: #24209F; }
a { background-color: rgb(36,32,159); }
div.DivClassName
{
background-color: #24209F;
}
.BgClassName
{
background-color: #24209F;
}
</style>
border-color css
<style>
span { border-color: #24209F; }
span { border-color: rgb(36,32,159); }
td.TdClassName
{
border-color: #24209F;
}
.TagClassName
{
border-color: #24209F;
}
</style>