Shades of Ultramarine #240FA3
Tints of Ultramarine #240FA3
RGB
CMYK
RGB Variations
Color information
#240FA3 (or 0x240FA3) is known color: Ultramarine. HEX triplet: 24, 0F and A3. RGB value is (36,15,163). Sum of RGB (Red+Green+Blue) = 36+15+163=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 163 (64.06% from 255 or 76.17% from 214); Max value from RGB is 163 - color contains mainly: blue. Hex color #240FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FA3 is #DBF05C. Grayscale: #252525. Windows color (decimal): -14413917 or 10686244. OLE color: 10686244.
HSL color Cylindrical-coordinate representation of color #240FA3: hue angle of 248.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240FA3 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 15 | 163 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.36 |
| HSL | 248.51º | 0.83% | 0.35% | - |
| HSV(B) | 248.51º | 0.91% | 0.64% | - |
| XYZ | 7.51 | 3.36 | 34.9 | - |
| YUV | 38.15 | 198.46 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 163 | 0.78 | 0.91 | 0 | 0.36 | 248.51 | 0.83 | 0.35 |
| Hex | 24 | F | A3 | 4E | 5B | 0 | 24 | F9 | 53 | 23 |
| Octal | 44 | 17 | 243 | 116 | 133 | 0 | 44 | 371 | 123 | 43 |
| Binary | 100100 | 1111 | 10100011 | 1001110 | 1011011 | 0 | 100100 | 11111001 | 1010011 | 100011 |
Color Harmonies of #240FA3
Complementary color
Monochromatic Colors of #240FA3
Black with #240FA3
Text Example
Text Example
White with #240FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FA3; }
p { color: rgb(36,15,163); }
H1.HeaderClassName
{
color: #240FA3;
}
.AnyTagClassName
{
color: #240FA3;
}
</style>
background-color css
<style>
a { background-color: #240FA3; }
a { background-color: rgb(36,15,163); }
div.DivClassName
{
background-color: #240FA3;
}
.BgClassName
{
background-color: #240FA3;
}
</style>
border-color css
<style>
span { border-color: #240FA3; }
span { border-color: rgb(36,15,163); }
td.TdClassName
{
border-color: #240FA3;
}
.TagClassName
{
border-color: #240FA3;
}
</style>