Shades of Ultramarine #240AA6
Tints of Ultramarine #240AA6
RGB
CMYK
RGB Variations
Color information
#240AA6 (or 0x240AA6) is known color: Ultramarine. HEX triplet: 24, 0A and A6. RGB value is (36,10,166). Sum of RGB (Red+Green+Blue) = 36+10+166=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 166 (65.23% from 255 or 78.30% from 212); Max value from RGB is 166 - color contains mainly: blue. Hex color #240AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AA6 is #DBF559. Grayscale: #222222. Windows color (decimal): -14415194 or 10881572. OLE color: 10881572.
HSL color Cylindrical-coordinate representation of color #240AA6: hue angle of 250º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240AA6 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 10 | 166 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.35 |
| HSL | 250º | 0.89% | 0.35% | - |
| HSV(B) | 250º | 0.94% | 0.65% | - |
| XYZ | 7.72 | 3.35 | 36.32 | - |
| YUV | 35.56 | 201.61 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 166 | 0.78 | 0.94 | 0 | 0.35 | 250 | 0.89 | 0.35 |
| Hex | 24 | A | A6 | 4E | 5E | 0 | 23 | FA | 59 | 23 |
| Octal | 44 | 12 | 246 | 116 | 136 | 0 | 43 | 372 | 131 | 43 |
| Binary | 100100 | 1010 | 10100110 | 1001110 | 1011110 | 0 | 100011 | 11111010 | 1011001 | 100011 |
Color Harmonies of #240AA6
Complementary color
Monochromatic Colors of #240AA6
Black with #240AA6
Text Example
Text Example
White with #240AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240AA6; }
p { color: rgb(36,10,166); }
H1.HeaderClassName
{
color: #240AA6;
}
.AnyTagClassName
{
color: #240AA6;
}
</style>
background-color css
<style>
a { background-color: #240AA6; }
a { background-color: rgb(36,10,166); }
div.DivClassName
{
background-color: #240AA6;
}
.BgClassName
{
background-color: #240AA6;
}
</style>
border-color css
<style>
span { border-color: #240AA6; }
span { border-color: rgb(36,10,166); }
td.TdClassName
{
border-color: #240AA6;
}
.TagClassName
{
border-color: #240AA6;
}
</style>