Shades of Ultramarine #150880
Tints of Ultramarine #150880
RGB
CMYK
RGB Variations
Color information
#150880 (or 0x150880) is known color: Ultramarine. HEX triplet: 15, 08 and 80. RGB value is (21,8,128). Sum of RGB (Red+Green+Blue) = 21+8+128=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 128 (50.39% from 255 or 81.53% from 157); Max value from RGB is 128 - color contains mainly: blue. Hex color #150880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150880 is #EAF77F. Grayscale: #191919. Windows color (decimal): -15398784 or 8390677. OLE color: 8390677.
HSL color Cylindrical-coordinate representation of color #150880: hue angle of 246.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150880 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 8 | 128 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.50 |
| HSL | 246.5º | 0.88% | 0.27% | - |
| HSV(B) | 246.5º | 0.94% | 0.5% | - |
| XYZ | 4.29 | 1.89 | 20.56 | - |
| YUV | 25.57 | 185.81 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 128 | 0.84 | 0.94 | 0 | 0.50 | 246.5 | 0.88 | 0.27 |
| Hex | 15 | 8 | 80 | 54 | 5E | 0 | 32 | F6 | 58 | 1B |
| Octal | 25 | 10 | 200 | 124 | 136 | 0 | 62 | 366 | 130 | 33 |
| Binary | 10101 | 1000 | 10000000 | 1010100 | 1011110 | 0 | 110010 | 11110110 | 1011000 | 11011 |
Color Harmonies of #150880
Complementary color
Monochromatic Colors of #150880
Black with #150880
Text Example
Text Example
White with #150880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150880; }
p { color: rgb(21,8,128); }
H1.HeaderClassName
{
color: #150880;
}
.AnyTagClassName
{
color: #150880;
}
</style>
background-color css
<style>
a { background-color: #150880; }
a { background-color: rgb(21,8,128); }
div.DivClassName
{
background-color: #150880;
}
.BgClassName
{
background-color: #150880;
}
</style>
border-color css
<style>
span { border-color: #150880; }
span { border-color: rgb(21,8,128); }
td.TdClassName
{
border-color: #150880;
}
.TagClassName
{
border-color: #150880;
}
</style>