Shades of Ultramarine #24099C
Tints of Ultramarine #24099C
RGB
CMYK
RGB Variations
Color information
#24099C (or 0x24099C) is known color: Ultramarine. HEX triplet: 24, 09 and 9C. RGB value is (36,9,156). Sum of RGB (Red+Green+Blue) = 36+9+156=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #24099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24099C is #DBF663. Grayscale: #212121. Windows color (decimal): -14415460 or 10225956. OLE color: 10225956.
HSL color Cylindrical-coordinate representation of color #24099C: hue angle of 251.02º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24099C is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 9 | 156 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.39 |
| HSL | 251.02º | 0.89% | 0.32% | - |
| HSV(B) | 251.02º | 0.94% | 0.61% | - |
| XYZ | 6.83 | 2.97 | 31.67 | - |
| YUV | 33.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 156 | 0.77 | 0.94 | 0 | 0.39 | 251.02 | 0.89 | 0.32 |
| Hex | 24 | 9 | 9C | 4D | 5E | 0 | 27 | FB | 59 | 20 |
| Octal | 44 | 11 | 234 | 115 | 136 | 0 | 47 | 373 | 131 | 40 |
| Binary | 100100 | 1001 | 10011100 | 1001101 | 1011110 | 0 | 100111 | 11111011 | 1011001 | 100000 |
Color Harmonies of #24099C
Complementary color
Monochromatic Colors of #24099C
Black with #24099C
Text Example
Text Example
White with #24099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24099C; }
p { color: rgb(36,9,156); }
H1.HeaderClassName
{
color: #24099C;
}
.AnyTagClassName
{
color: #24099C;
}
</style>
background-color css
<style>
a { background-color: #24099C; }
a { background-color: rgb(36,9,156); }
div.DivClassName
{
background-color: #24099C;
}
.BgClassName
{
background-color: #24099C;
}
</style>
border-color css
<style>
span { border-color: #24099C; }
span { border-color: rgb(36,9,156); }
td.TdClassName
{
border-color: #24099C;
}
.TagClassName
{
border-color: #24099C;
}
</style>