Shades of Ultramarine #240F99
Tints of Ultramarine #240F99
RGB
CMYK
RGB Variations
Color information
#240F99 (or 0x240F99) is known color: Ultramarine. HEX triplet: 24, 0F and 99. RGB value is (36,15,153). Sum of RGB (Red+Green+Blue) = 36+15+153=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #240F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240F99 is #DBF066. Grayscale: #242424. Windows color (decimal): -14413927 or 10030884. OLE color: 10030884.
HSL color Cylindrical-coordinate representation of color #240F99: hue angle of 249.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240F99 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 15 | 153 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.4 |
| HSL | 249.13º | 0.82% | 0.33% | - |
| HSV(B) | 249.13º | 0.9% | 0.6% | - |
| XYZ | 6.65 | 3.02 | 30.37 | - |
| YUV | 37.01 | 193.46 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 153 | 0.76 | 0.90 | 0 | 0.4 | 249.13 | 0.82 | 0.33 |
| Hex | 24 | F | 99 | 4C | 5A | 0 | 28 | F9 | 52 | 21 |
| Octal | 44 | 17 | 231 | 114 | 132 | 0 | 50 | 371 | 122 | 41 |
| Binary | 100100 | 1111 | 10011001 | 1001100 | 1011010 | 0 | 101000 | 11111001 | 1010010 | 100001 |
Color Harmonies of #240F99
Complementary color
Monochromatic Colors of #240F99
Black with #240F99
Text Example
Text Example
White with #240F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F99; }
p { color: rgb(36,15,153); }
H1.HeaderClassName
{
color: #240F99;
}
.AnyTagClassName
{
color: #240F99;
}
</style>
background-color css
<style>
a { background-color: #240F99; }
a { background-color: rgb(36,15,153); }
div.DivClassName
{
background-color: #240F99;
}
.BgClassName
{
background-color: #240F99;
}
</style>
border-color css
<style>
span { border-color: #240F99; }
span { border-color: rgb(36,15,153); }
td.TdClassName
{
border-color: #240F99;
}
.TagClassName
{
border-color: #240F99;
}
</style>