Shades of Ultramarine #240FAE
Tints of Ultramarine #240FAE
RGB
CMYK
RGB Variations
Color information
#240FAE (or 0x240FAE) is known color: Ultramarine. HEX triplet: 24, 0F and AE. RGB value is (36,15,174). Sum of RGB (Red+Green+Blue) = 36+15+174=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #240FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240FAE is #DBF051. Grayscale: #262626. Windows color (decimal): -14413906 or 11407140. OLE color: 11407140.
HSL color Cylindrical-coordinate representation of color #240FAE: hue angle of 247.92º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240FAE is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 15 | 174 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.32 |
| HSL | 247.92º | 0.84% | 0.37% | - |
| HSV(B) | 247.92º | 0.91% | 0.68% | - |
| XYZ | 8.54 | 3.77 | 40.32 | - |
| YUV | 39.41 | 203.96 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 174 | 0.79 | 0.91 | 0 | 0.32 | 247.92 | 0.84 | 0.37 |
| Hex | 24 | F | AE | 4F | 5B | 0 | 20 | F8 | 54 | 25 |
| Octal | 44 | 17 | 256 | 117 | 133 | 0 | 40 | 370 | 124 | 45 |
| Binary | 100100 | 1111 | 10101110 | 1001111 | 1011011 | 0 | 100000 | 11111000 | 1010100 | 100101 |
Color Harmonies of #240FAE
Complementary color
Monochromatic Colors of #240FAE
Black with #240FAE
Text Example
Text Example
White with #240FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FAE; }
p { color: rgb(36,15,174); }
H1.HeaderClassName
{
color: #240FAE;
}
.AnyTagClassName
{
color: #240FAE;
}
</style>
background-color css
<style>
a { background-color: #240FAE; }
a { background-color: rgb(36,15,174); }
div.DivClassName
{
background-color: #240FAE;
}
.BgClassName
{
background-color: #240FAE;
}
</style>
border-color css
<style>
span { border-color: #240FAE; }
span { border-color: rgb(36,15,174); }
td.TdClassName
{
border-color: #240FAE;
}
.TagClassName
{
border-color: #240FAE;
}
</style>