Shades of Ultramarine #240A9F
Tints of Ultramarine #240A9F
RGB
CMYK
RGB Variations
Color information
#240A9F (or 0x240A9F) is known color: Ultramarine. HEX triplet: 24, 0A and 9F. RGB value is (36,10,159). Sum of RGB (Red+Green+Blue) = 36+10+159=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #240A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A9F is #DBF560. Grayscale: #222222. Windows color (decimal): -14415201 or 10422820. OLE color: 10422820.
HSL color Cylindrical-coordinate representation of color #240A9F: hue angle of 250.47º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240A9F is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 10 | 159 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.38 |
| HSL | 250.47º | 0.88% | 0.33% | - |
| HSV(B) | 250.47º | 0.94% | 0.62% | - |
| XYZ | 7.09 | 3.1 | 33.02 | - |
| YUV | 34.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 159 | 0.77 | 0.94 | 0 | 0.38 | 250.47 | 0.88 | 0.33 |
| Hex | 24 | A | 9F | 4D | 5E | 0 | 26 | FA | 58 | 21 |
| Octal | 44 | 12 | 237 | 115 | 136 | 0 | 46 | 372 | 130 | 41 |
| Binary | 100100 | 1010 | 10011111 | 1001101 | 1011110 | 0 | 100110 | 11111010 | 1011000 | 100001 |
Color Harmonies of #240A9F
Complementary color
Monochromatic Colors of #240A9F
Black with #240A9F
Text Example
Text Example
White with #240A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A9F; }
p { color: rgb(36,10,159); }
H1.HeaderClassName
{
color: #240A9F;
}
.AnyTagClassName
{
color: #240A9F;
}
</style>
background-color css
<style>
a { background-color: #240A9F; }
a { background-color: rgb(36,10,159); }
div.DivClassName
{
background-color: #240A9F;
}
.BgClassName
{
background-color: #240A9F;
}
</style>
border-color css
<style>
span { border-color: #240A9F; }
span { border-color: rgb(36,10,159); }
td.TdClassName
{
border-color: #240A9F;
}
.TagClassName
{
border-color: #240A9F;
}
</style>