Shades of Ultramarine #150D89
Tints of Ultramarine #150D89
RGB
CMYK
RGB Variations
Color information
#150D89 (or 0x150D89) is known color: Ultramarine. HEX triplet: 15, 0D and 89. RGB value is (21,13,137). Sum of RGB (Red+Green+Blue) = 21+13+137=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #150D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150D89 is #EAF276. Grayscale: #1D1D1D. Windows color (decimal): -15397495 or 8981781. OLE color: 8981781.
HSL color Cylindrical-coordinate representation of color #150D89: hue angle of 243.87º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150D89 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 13 | 137 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.46 |
| HSL | 243.87º | 0.83% | 0.29% | - |
| HSV(B) | 243.87º | 0.91% | 0.54% | - |
| XYZ | 4.97 | 2.25 | 23.84 | - |
| YUV | 29.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 137 | 0.85 | 0.91 | 0 | 0.46 | 243.87 | 0.83 | 0.29 |
| Hex | 15 | D | 89 | 55 | 5B | 0 | 2E | F4 | 53 | 1D |
| Octal | 25 | 15 | 211 | 125 | 133 | 0 | 56 | 364 | 123 | 35 |
| Binary | 10101 | 1101 | 10001001 | 1010101 | 1011011 | 0 | 101110 | 11110100 | 1010011 | 11101 |
Color Harmonies of #150D89
Complementary color
Monochromatic Colors of #150D89
Black with #150D89
Text Example
Text Example
White with #150D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D89; }
p { color: rgb(21,13,137); }
H1.HeaderClassName
{
color: #150D89;
}
.AnyTagClassName
{
color: #150D89;
}
</style>
background-color css
<style>
a { background-color: #150D89; }
a { background-color: rgb(21,13,137); }
div.DivClassName
{
background-color: #150D89;
}
.BgClassName
{
background-color: #150D89;
}
</style>
border-color css
<style>
span { border-color: #150D89; }
span { border-color: rgb(21,13,137); }
td.TdClassName
{
border-color: #150D89;
}
.TagClassName
{
border-color: #150D89;
}
</style>