Shades of Ultramarine #150A99
Tints of Ultramarine #150A99
RGB
CMYK
RGB Variations
Color information
#150A99 (or 0x150A99) is known color: Ultramarine. HEX triplet: 15, 0A and 99. RGB value is (21,10,153). Sum of RGB (Red+Green+Blue) = 21+10+153=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #150A99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150A99 is #EAF566. Grayscale: #1D1D1D. Windows color (decimal): -15398247 or 10029589. OLE color: 10029589.
HSL color Cylindrical-coordinate representation of color #150A99: hue angle of 244.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150A99 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 10 | 153 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.4 |
| HSL | 244.62º | 0.88% | 0.32% | - |
| HSV(B) | 244.62º | 0.93% | 0.6% | - |
| XYZ | 6.17 | 2.68 | 30.33 | - |
| YUV | 29.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 153 | 0.86 | 0.93 | 0 | 0.4 | 244.62 | 0.88 | 0.32 |
| Hex | 15 | A | 99 | 56 | 5D | 0 | 28 | F5 | 58 | 20 |
| Octal | 25 | 12 | 231 | 126 | 135 | 0 | 50 | 365 | 130 | 40 |
| Binary | 10101 | 1010 | 10011001 | 1010110 | 1011101 | 0 | 101000 | 11110101 | 1011000 | 100000 |
Color Harmonies of #150A99
Complementary color
Monochromatic Colors of #150A99
Black with #150A99
Text Example
Text Example
White with #150A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A99; }
p { color: rgb(21,10,153); }
H1.HeaderClassName
{
color: #150A99;
}
.AnyTagClassName
{
color: #150A99;
}
</style>
background-color css
<style>
a { background-color: #150A99; }
a { background-color: rgb(21,10,153); }
div.DivClassName
{
background-color: #150A99;
}
.BgClassName
{
background-color: #150A99;
}
</style>
border-color css
<style>
span { border-color: #150A99; }
span { border-color: rgb(21,10,153); }
td.TdClassName
{
border-color: #150A99;
}
.TagClassName
{
border-color: #150A99;
}
</style>