Shades of Ultramarine #240AAA
Tints of Ultramarine #240AAA
RGB
CMYK
RGB Variations
Color information
#240AAA (or 0x240AAA) is known color: Ultramarine. HEX triplet: 24, 0A and AA. RGB value is (36,10,170). Sum of RGB (Red+Green+Blue) = 36+10+170=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #240AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AAA is #DBF555. Grayscale: #232323. Windows color (decimal): -14415190 or 11143716. OLE color: 11143716.
HSL color Cylindrical-coordinate representation of color #240AAA: hue angle of 249.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240AAA is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 10 | 170 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.33 |
| HSL | 249.75º | 0.89% | 0.35% | - |
| HSV(B) | 249.75º | 0.94% | 0.67% | - |
| XYZ | 8.09 | 3.49 | 38.28 | - |
| YUV | 36.01 | 203.61 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 170 | 0.79 | 0.94 | 0 | 0.33 | 249.75 | 0.89 | 0.35 |
| Hex | 24 | A | AA | 4F | 5E | 0 | 21 | FA | 59 | 23 |
| Octal | 44 | 12 | 252 | 117 | 136 | 0 | 41 | 372 | 131 | 43 |
| Binary | 100100 | 1010 | 10101010 | 1001111 | 1011110 | 0 | 100001 | 11111010 | 1011001 | 100011 |
Color Harmonies of #240AAA
Complementary color
Monochromatic Colors of #240AAA
Black with #240AAA
Text Example
Text Example
White with #240AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240AAA; }
p { color: rgb(36,10,170); }
H1.HeaderClassName
{
color: #240AAA;
}
.AnyTagClassName
{
color: #240AAA;
}
</style>
background-color css
<style>
a { background-color: #240AAA; }
a { background-color: rgb(36,10,170); }
div.DivClassName
{
background-color: #240AAA;
}
.BgClassName
{
background-color: #240AAA;
}
</style>
border-color css
<style>
span { border-color: #240AAA; }
span { border-color: rgb(36,10,170); }
td.TdClassName
{
border-color: #240AAA;
}
.TagClassName
{
border-color: #240AAA;
}
</style>