Shades of Ultramarine #240FA9
Tints of Ultramarine #240FA9
RGB
CMYK
RGB Variations
Color information
#240FA9 (or 0x240FA9) is known color: Ultramarine. HEX triplet: 24, 0F and A9. RGB value is (36,15,169). Sum of RGB (Red+Green+Blue) = 36+15+169=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 169 (66.41% from 255 or 76.82% from 220); Max value from RGB is 169 - color contains mainly: blue. Hex color #240FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FA9 is #DBF056. Grayscale: #262626. Windows color (decimal): -14413911 or 11079460. OLE color: 11079460.
HSL color Cylindrical-coordinate representation of color #240FA9: hue angle of 248.18º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240FA9 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 15 | 169 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.34 |
| HSL | 248.18º | 0.84% | 0.36% | - |
| HSV(B) | 248.18º | 0.91% | 0.66% | - |
| XYZ | 8.06 | 3.58 | 37.8 | - |
| YUV | 38.84 | 201.46 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 169 | 0.79 | 0.91 | 0 | 0.34 | 248.18 | 0.84 | 0.36 |
| Hex | 24 | F | A9 | 4F | 5B | 0 | 22 | F8 | 54 | 24 |
| Octal | 44 | 17 | 251 | 117 | 133 | 0 | 42 | 370 | 124 | 44 |
| Binary | 100100 | 1111 | 10101001 | 1001111 | 1011011 | 0 | 100010 | 11111000 | 1010100 | 100100 |
Color Harmonies of #240FA9
Complementary color
Monochromatic Colors of #240FA9
Black with #240FA9
Text Example
Text Example
White with #240FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FA9; }
p { color: rgb(36,15,169); }
H1.HeaderClassName
{
color: #240FA9;
}
.AnyTagClassName
{
color: #240FA9;
}
</style>
background-color css
<style>
a { background-color: #240FA9; }
a { background-color: rgb(36,15,169); }
div.DivClassName
{
background-color: #240FA9;
}
.BgClassName
{
background-color: #240FA9;
}
</style>
border-color css
<style>
span { border-color: #240FA9; }
span { border-color: rgb(36,15,169); }
td.TdClassName
{
border-color: #240FA9;
}
.TagClassName
{
border-color: #240FA9;
}
</style>