Shades of Ultramarine #150299
Tints of Ultramarine #150299
RGB
CMYK
RGB Variations
Color information
#150299 (or 0x150299) is known color: Ultramarine. HEX triplet: 15, 02 and 99. RGB value is (21,2,153). Sum of RGB (Red+Green+Blue) = 21+2+153=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #150299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150299 is #EAFD66. Grayscale: #181818. Windows color (decimal): -15400295 or 10027541. OLE color: 10027541.
HSL color Cylindrical-coordinate representation of color #150299: hue angle of 247.55º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150299 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 2 | 153 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.4 |
| HSL | 247.55º | 0.97% | 0.3% | - |
| HSV(B) | 247.55º | 0.99% | 0.6% | - |
| XYZ | 6.08 | 2.5 | 30.3 | - |
| YUV | 24.9 | 200.29 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 153 | 0.86 | 0.99 | 0 | 0.4 | 247.55 | 0.97 | 0.3 |
| Hex | 15 | 2 | 99 | 56 | 63 | 0 | 28 | F8 | 61 | 1E |
| Octal | 25 | 2 | 231 | 126 | 143 | 0 | 50 | 370 | 141 | 36 |
| Binary | 10101 | 10 | 10011001 | 1010110 | 1100011 | 0 | 101000 | 11111000 | 1100001 | 11110 |
Color Harmonies of #150299
Complementary color
Monochromatic Colors of #150299
Black with #150299
Text Example
Text Example
White with #150299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150299; }
p { color: rgb(21,2,153); }
H1.HeaderClassName
{
color: #150299;
}
.AnyTagClassName
{
color: #150299;
}
</style>
background-color css
<style>
a { background-color: #150299; }
a { background-color: rgb(21,2,153); }
div.DivClassName
{
background-color: #150299;
}
.BgClassName
{
background-color: #150299;
}
</style>
border-color css
<style>
span { border-color: #150299; }
span { border-color: rgb(21,2,153); }
td.TdClassName
{
border-color: #150299;
}
.TagClassName
{
border-color: #150299;
}
</style>