Shades of Ultramarine #240FB4
Tints of Ultramarine #240FB4
RGB
CMYK
RGB Variations
Color information
#240FB4 (or 0x240FB4) is known color: Ultramarine. HEX triplet: 24, 0F and B4. RGB value is (36,15,180). Sum of RGB (Red+Green+Blue) = 36+15+180=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 180 (70.70% from 255 or 77.92% from 231); Max value from RGB is 180 - color contains mainly: blue. Hex color #240FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FB4 is #DBF04B. Grayscale: #272727. Windows color (decimal): -14413900 or 11800356. OLE color: 11800356.
HSL color Cylindrical-coordinate representation of color #240FB4: hue angle of 247.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240FB4 is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 15 | 180 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.29 |
| HSL | 247.64º | 0.85% | 0.38% | - |
| HSV(B) | 247.64º | 0.92% | 0.71% | - |
| XYZ | 9.14 | 4.01 | 43.47 | - |
| YUV | 40.09 | 206.96 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 180 | 0.8 | 0.92 | 0 | 0.29 | 247.64 | 0.85 | 0.38 |
| Hex | 24 | F | B4 | 50 | 5C | 0 | 1D | F8 | 55 | 26 |
| Octal | 44 | 17 | 264 | 120 | 134 | 0 | 35 | 370 | 125 | 46 |
| Binary | 100100 | 1111 | 10110100 | 1010000 | 1011100 | 0 | 11101 | 11111000 | 1010101 | 100110 |
Color Harmonies of #240FB4
Complementary color
Monochromatic Colors of #240FB4
Black with #240FB4
Text Example
Text Example
White with #240FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FB4; }
p { color: rgb(36,15,180); }
H1.HeaderClassName
{
color: #240FB4;
}
.AnyTagClassName
{
color: #240FB4;
}
</style>
background-color css
<style>
a { background-color: #240FB4; }
a { background-color: rgb(36,15,180); }
div.DivClassName
{
background-color: #240FB4;
}
.BgClassName
{
background-color: #240FB4;
}
</style>
border-color css
<style>
span { border-color: #240FB4; }
span { border-color: rgb(36,15,180); }
td.TdClassName
{
border-color: #240FB4;
}
.TagClassName
{
border-color: #240FB4;
}
</style>