Shades of Ultramarine #240CA8
Tints of Ultramarine #240CA8
RGB
CMYK
RGB Variations
Color information
#240CA8 (or 0x240CA8) is known color: Ultramarine. HEX triplet: 24, 0C and A8. RGB value is (36,12,168). Sum of RGB (Red+Green+Blue) = 36+12+168=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 168 (66.02% from 255 or 77.78% from 216); Max value from RGB is 168 - color contains mainly: blue. Hex color #240CA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CA8 is #DBF357. Grayscale: #242424. Windows color (decimal): -14414680 or 11013156. OLE color: 11013156.
HSL color Cylindrical-coordinate representation of color #240CA8: hue angle of 249.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240CA8 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 12 | 168 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.34 |
| HSL | 249.23º | 0.87% | 0.35% | - |
| HSV(B) | 249.23º | 0.93% | 0.66% | - |
| XYZ | 7.93 | 3.47 | 37.3 | - |
| YUV | 36.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 168 | 0.79 | 0.93 | 0 | 0.34 | 249.23 | 0.87 | 0.35 |
| Hex | 24 | C | A8 | 4F | 5D | 0 | 22 | F9 | 57 | 23 |
| Octal | 44 | 14 | 250 | 117 | 135 | 0 | 42 | 371 | 127 | 43 |
| Binary | 100100 | 1100 | 10101000 | 1001111 | 1011101 | 0 | 100010 | 11111001 | 1010111 | 100011 |
Color Harmonies of #240CA8
Complementary color
Monochromatic Colors of #240CA8
Black with #240CA8
Text Example
Text Example
White with #240CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CA8; }
p { color: rgb(36,12,168); }
H1.HeaderClassName
{
color: #240CA8;
}
.AnyTagClassName
{
color: #240CA8;
}
</style>
background-color css
<style>
a { background-color: #240CA8; }
a { background-color: rgb(36,12,168); }
div.DivClassName
{
background-color: #240CA8;
}
.BgClassName
{
background-color: #240CA8;
}
</style>
border-color css
<style>
span { border-color: #240CA8; }
span { border-color: rgb(36,12,168); }
td.TdClassName
{
border-color: #240CA8;
}
.TagClassName
{
border-color: #240CA8;
}
</style>