Shades of Ultramarine #150FA9
Tints of Ultramarine #150FA9
RGB
CMYK
RGB Variations
Color information
#150FA9 (or 0x150FA9) is known color: Ultramarine. HEX triplet: 15, 0F and A9. RGB value is (21,15,169). Sum of RGB (Red+Green+Blue) = 21+15+169=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 169 (66.41% from 255 or 82.44% from 205); Max value from RGB is 169 - color contains mainly: blue. Hex color #150FA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150FA9 is #EAF056. Grayscale: #212121. Windows color (decimal): -15396951 or 11079445. OLE color: 11079445.
HSL color Cylindrical-coordinate representation of color #150FA9: hue angle of 242.34º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150FA9 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 15 | 169 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.34 |
| HSL | 242.34º | 0.84% | 0.36% | - |
| HSV(B) | 242.34º | 0.91% | 0.66% | - |
| XYZ | 7.64 | 3.37 | 37.78 | - |
| YUV | 34.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 169 | 0.88 | 0.91 | 0 | 0.34 | 242.34 | 0.84 | 0.36 |
| Hex | 15 | F | A9 | 58 | 5B | 0 | 22 | F2 | 54 | 24 |
| Octal | 25 | 17 | 251 | 130 | 133 | 0 | 42 | 362 | 124 | 44 |
| Binary | 10101 | 1111 | 10101001 | 1011000 | 1011011 | 0 | 100010 | 11110010 | 1010100 | 100100 |
Color Harmonies of #150FA9
Complementary color
Monochromatic Colors of #150FA9
Black with #150FA9
Text Example
Text Example
White with #150FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FA9; }
p { color: rgb(21,15,169); }
H1.HeaderClassName
{
color: #150FA9;
}
.AnyTagClassName
{
color: #150FA9;
}
</style>
background-color css
<style>
a { background-color: #150FA9; }
a { background-color: rgb(21,15,169); }
div.DivClassName
{
background-color: #150FA9;
}
.BgClassName
{
background-color: #150FA9;
}
</style>
border-color css
<style>
span { border-color: #150FA9; }
span { border-color: rgb(21,15,169); }
td.TdClassName
{
border-color: #150FA9;
}
.TagClassName
{
border-color: #150FA9;
}
</style>