Shades of Ultramarine #240CAA
Tints of Ultramarine #240CAA
RGB
CMYK
RGB Variations
Color information
#240CAA (or 0x240CAA) is known color: Ultramarine. HEX triplet: 24, 0C and AA. RGB value is (36,12,170). Sum of RGB (Red+Green+Blue) = 36+12+170=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #240CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240CAA is #DBF355. Grayscale: #242424. Windows color (decimal): -14414678 or 11144228. OLE color: 11144228.
HSL color Cylindrical-coordinate representation of color #240CAA: hue angle of 249.11º 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 #240CAA is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 12 | 170 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.33 |
| HSL | 249.11º | 0.87% | 0.36% | - |
| HSV(B) | 249.11º | 0.93% | 0.67% | - |
| XYZ | 8.11 | 3.54 | 38.29 | - |
| YUV | 37.19 | 202.95 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 170 | 0.79 | 0.93 | 0 | 0.33 | 249.11 | 0.87 | 0.36 |
| Hex | 24 | C | AA | 4F | 5D | 0 | 21 | F9 | 57 | 24 |
| Octal | 44 | 14 | 252 | 117 | 135 | 0 | 41 | 371 | 127 | 44 |
| Binary | 100100 | 1100 | 10101010 | 1001111 | 1011101 | 0 | 100001 | 11111001 | 1010111 | 100100 |
Color Harmonies of #240CAA
Complementary color
Monochromatic Colors of #240CAA
Black with #240CAA
Text Example
Text Example
White with #240CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CAA; }
p { color: rgb(36,12,170); }
H1.HeaderClassName
{
color: #240CAA;
}
.AnyTagClassName
{
color: #240CAA;
}
</style>
background-color css
<style>
a { background-color: #240CAA; }
a { background-color: rgb(36,12,170); }
div.DivClassName
{
background-color: #240CAA;
}
.BgClassName
{
background-color: #240CAA;
}
</style>
border-color css
<style>
span { border-color: #240CAA; }
span { border-color: rgb(36,12,170); }
td.TdClassName
{
border-color: #240CAA;
}
.TagClassName
{
border-color: #240CAA;
}
</style>