Shades of Ultramarine #150584
Tints of Ultramarine #150584
RGB
CMYK
RGB Variations
Color information
#150584 (or 0x150584) is known color: Ultramarine. HEX triplet: 15, 05 and 84. RGB value is (21,5,132). Sum of RGB (Red+Green+Blue) = 21+5+132=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #150584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150584 is #EAFA7B. Grayscale: #171717. Windows color (decimal): -15399548 or 8652053. OLE color: 8652053.
HSL color Cylindrical-coordinate representation of color #150584: hue angle of 247.56º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150584 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 5 | 132 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.48 |
| HSL | 247.56º | 0.93% | 0.27% | - |
| HSV(B) | 247.56º | 0.96% | 0.52% | - |
| XYZ | 4.53 | 1.93 | 21.96 | - |
| YUV | 24.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 132 | 0.84 | 0.96 | 0 | 0.48 | 247.56 | 0.93 | 0.27 |
| Hex | 15 | 5 | 84 | 54 | 60 | 0 | 30 | F8 | 5D | 1B |
| Octal | 25 | 5 | 204 | 124 | 140 | 0 | 60 | 370 | 135 | 33 |
| Binary | 10101 | 101 | 10000100 | 1010100 | 1100000 | 0 | 110000 | 11111000 | 1011101 | 11011 |
Color Harmonies of #150584
Complementary color
Monochromatic Colors of #150584
Black with #150584
Text Example
Text Example
White with #150584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150584; }
p { color: rgb(21,5,132); }
H1.HeaderClassName
{
color: #150584;
}
.AnyTagClassName
{
color: #150584;
}
</style>
background-color css
<style>
a { background-color: #150584; }
a { background-color: rgb(21,5,132); }
div.DivClassName
{
background-color: #150584;
}
.BgClassName
{
background-color: #150584;
}
</style>
border-color css
<style>
span { border-color: #150584; }
span { border-color: rgb(21,5,132); }
td.TdClassName
{
border-color: #150584;
}
.TagClassName
{
border-color: #150584;
}
</style>