Shades of Ultramarine #240CAC
Tints of Ultramarine #240CAC
RGB
CMYK
RGB Variations
Color information
#240CAC (or 0x240CAC) is known color: Ultramarine. HEX triplet: 24, 0C and AC. RGB value is (36,12,172). Sum of RGB (Red+Green+Blue) = 36+12+172=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #240CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CAC is #DBF353. Grayscale: #242424. Windows color (decimal): -14414676 or 11275300. OLE color: 11275300.
HSL color Cylindrical-coordinate representation of color #240CAC: hue angle of 249º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240CAC is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 12 | 172 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.33 |
| HSL | 249º | 0.87% | 0.36% | - |
| HSV(B) | 249º | 0.93% | 0.67% | - |
| XYZ | 8.31 | 3.62 | 39.29 | - |
| YUV | 37.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 172 | 0.79 | 0.93 | 0 | 0.33 | 249 | 0.87 | 0.36 |
| Hex | 24 | C | AC | 4F | 5D | 0 | 21 | F9 | 57 | 24 |
| Octal | 44 | 14 | 254 | 117 | 135 | 0 | 41 | 371 | 127 | 44 |
| Binary | 100100 | 1100 | 10101100 | 1001111 | 1011101 | 0 | 100001 | 11111001 | 1010111 | 100100 |
Color Harmonies of #240CAC
Complementary color
Monochromatic Colors of #240CAC
Black with #240CAC
Text Example
Text Example
White with #240CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CAC; }
p { color: rgb(36,12,172); }
H1.HeaderClassName
{
color: #240CAC;
}
.AnyTagClassName
{
color: #240CAC;
}
</style>
background-color css
<style>
a { background-color: #240CAC; }
a { background-color: rgb(36,12,172); }
div.DivClassName
{
background-color: #240CAC;
}
.BgClassName
{
background-color: #240CAC;
}
</style>
border-color css
<style>
span { border-color: #240CAC; }
span { border-color: rgb(36,12,172); }
td.TdClassName
{
border-color: #240CAC;
}
.TagClassName
{
border-color: #240CAC;
}
</style>