Shades of Ultramarine #24189C
Tints of Ultramarine #24189C
RGB
CMYK
RGB Variations
Color information
#24189C (or 0x24189C) is known color: Ultramarine. HEX triplet: 24, 18 and 9C. RGB value is (36,24,156). Sum of RGB (Red+Green+Blue) = 36+24+156=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #24189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24189C is #DBE763. Grayscale: #2A2A2A. Windows color (decimal): -14411620 or 10229796. OLE color: 10229796.
HSL color Cylindrical-coordinate representation of color #24189C: hue angle of 245.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24189C is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 24 | 156 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.39 |
| HSL | 245.45º | 0.73% | 0.35% | - |
| HSV(B) | 245.45º | 0.85% | 0.61% | - |
| XYZ | 7.05 | 3.43 | 31.74 | - |
| YUV | 42.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 156 | 0.77 | 0.85 | 0 | 0.39 | 245.45 | 0.73 | 0.35 |
| Hex | 24 | 18 | 9C | 4D | 55 | 0 | 27 | F5 | 49 | 23 |
| Octal | 44 | 30 | 234 | 115 | 125 | 0 | 47 | 365 | 111 | 43 |
| Binary | 100100 | 11000 | 10011100 | 1001101 | 1010101 | 0 | 100111 | 11110101 | 1001001 | 100011 |
Color Harmonies of #24189C
Complementary color
Monochromatic Colors of #24189C
Black with #24189C
Text Example
Text Example
White with #24189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24189C; }
p { color: rgb(36,24,156); }
H1.HeaderClassName
{
color: #24189C;
}
.AnyTagClassName
{
color: #24189C;
}
</style>
background-color css
<style>
a { background-color: #24189C; }
a { background-color: rgb(36,24,156); }
div.DivClassName
{
background-color: #24189C;
}
.BgClassName
{
background-color: #24189C;
}
</style>
border-color css
<style>
span { border-color: #24189C; }
span { border-color: rgb(36,24,156); }
td.TdClassName
{
border-color: #24189C;
}
.TagClassName
{
border-color: #24189C;
}
</style>