Shades of Ultramarine #24159C
Tints of Ultramarine #24159C
RGB
CMYK
RGB Variations
Color information
#24159C (or 0x24159C) is known color: Ultramarine. HEX triplet: 24, 15 and 9C. RGB value is (36,21,156). Sum of RGB (Red+Green+Blue) = 36+21+156=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #24159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24159C is #DBEA63. Grayscale: #282828. Windows color (decimal): -14412388 or 10229028. OLE color: 10229028.
HSL color Cylindrical-coordinate representation of color #24159C: hue angle of 246.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24159C is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 21 | 156 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.39 |
| HSL | 246.67º | 0.76% | 0.35% | - |
| HSV(B) | 246.67º | 0.87% | 0.61% | - |
| XYZ | 7 | 3.31 | 31.72 | - |
| YUV | 40.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 156 | 0.77 | 0.87 | 0 | 0.39 | 246.67 | 0.76 | 0.35 |
| Hex | 24 | 15 | 9C | 4D | 57 | 0 | 27 | F7 | 4C | 23 |
| Octal | 44 | 25 | 234 | 115 | 127 | 0 | 47 | 367 | 114 | 43 |
| Binary | 100100 | 10101 | 10011100 | 1001101 | 1010111 | 0 | 100111 | 11110111 | 1001100 | 100011 |
Color Harmonies of #24159C
Complementary color
Monochromatic Colors of #24159C
Black with #24159C
Text Example
Text Example
White with #24159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24159C; }
p { color: rgb(36,21,156); }
H1.HeaderClassName
{
color: #24159C;
}
.AnyTagClassName
{
color: #24159C;
}
</style>
background-color css
<style>
a { background-color: #24159C; }
a { background-color: rgb(36,21,156); }
div.DivClassName
{
background-color: #24159C;
}
.BgClassName
{
background-color: #24159C;
}
</style>
border-color css
<style>
span { border-color: #24159C; }
span { border-color: rgb(36,21,156); }
td.TdClassName
{
border-color: #24159C;
}
.TagClassName
{
border-color: #24159C;
}
</style>