Shades of Ultramarine #150087
Tints of Ultramarine #150087
RGB
CMYK
RGB Variations
Color information
#150087 (or 0x150087) is known color: Ultramarine. HEX triplet: 15, 00 and 87. RGB value is (21,0,135). Sum of RGB (Red+Green+Blue) = 21+0+135=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 135 (53.12% from 255 or 86.54% from 156); Max value from RGB is 135 - color contains mainly: blue. Hex color #150087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150087 is #EAFF78. Grayscale: #151515. Windows color (decimal): -15400825 or 8847381. OLE color: 8847381.
HSL color Cylindrical-coordinate representation of color #150087: hue angle of 249.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150087 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 0 | 135 | - |
| CMYK | 0.84 | 1 | 0 | 0.47 |
| HSL | 249.33º | 1% | 0.26% | - |
| HSV(B) | 249.33º | 1% | 0.53% | - |
| XYZ | 4.68 | 1.91 | 23.04 | - |
| YUV | 21.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 135 | 0.84 | 1 | 0 | 0.47 | 249.33 | 1 | 0.26 |
| Hex | 15 | 0 | 87 | 54 | 64 | 0 | 2F | F9 | 64 | 1A |
| Octal | 25 | 0 | 207 | 124 | 144 | 0 | 57 | 371 | 144 | 32 |
| Binary | 10101 | 0 | 10000111 | 1010100 | 1100100 | 0 | 101111 | 11111001 | 1100100 | 11010 |
Color Harmonies of #150087
Complementary color
Monochromatic Colors of #150087
Black with #150087
Text Example
Text Example
White with #150087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150087; }
p { color: rgb(21,0,135); }
H1.HeaderClassName
{
color: #150087;
}
.AnyTagClassName
{
color: #150087;
}
</style>
background-color css
<style>
a { background-color: #150087; }
a { background-color: rgb(21,0,135); }
div.DivClassName
{
background-color: #150087;
}
.BgClassName
{
background-color: #150087;
}
</style>
border-color css
<style>
span { border-color: #150087; }
span { border-color: rgb(21,0,135); }
td.TdClassName
{
border-color: #150087;
}
.TagClassName
{
border-color: #150087;
}
</style>