Shades of Ultramarine #24029E
Tints of Ultramarine #24029E
RGB
CMYK
RGB Variations
Color information
#24029E (or 0x24029E) is known color: Ultramarine. HEX triplet: 24, 02 and 9E. RGB value is (36,2,158). Sum of RGB (Red+Green+Blue) = 36+2+158=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #24029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24029E is #DBFD61. Grayscale: #1D1D1D. Windows color (decimal): -14417250 or 10355236. OLE color: 10355236.
HSL color Cylindrical-coordinate representation of color #24029E: hue angle of 253.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24029E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 2 | 158 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.38 |
| HSL | 253.08º | 0.98% | 0.31% | - |
| HSV(B) | 253.08º | 0.99% | 0.62% | - |
| XYZ | 6.92 | 2.89 | 32.54 | - |
| YUV | 29.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 158 | 0.77 | 0.99 | 0 | 0.38 | 253.08 | 0.98 | 0.31 |
| Hex | 24 | 2 | 9E | 4D | 63 | 0 | 26 | FD | 62 | 1F |
| Octal | 44 | 2 | 236 | 115 | 143 | 0 | 46 | 375 | 142 | 37 |
| Binary | 100100 | 10 | 10011110 | 1001101 | 1100011 | 0 | 100110 | 11111101 | 1100010 | 11111 |
Color Harmonies of #24029E
Complementary color
Monochromatic Colors of #24029E
Black with #24029E
Text Example
Text Example
White with #24029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24029E; }
p { color: rgb(36,2,158); }
H1.HeaderClassName
{
color: #24029E;
}
.AnyTagClassName
{
color: #24029E;
}
</style>
background-color css
<style>
a { background-color: #24029E; }
a { background-color: rgb(36,2,158); }
div.DivClassName
{
background-color: #24029E;
}
.BgClassName
{
background-color: #24029E;
}
</style>
border-color css
<style>
span { border-color: #24029E; }
span { border-color: rgb(36,2,158); }
td.TdClassName
{
border-color: #24029E;
}
.TagClassName
{
border-color: #24029E;
}
</style>