Shades of Ultramarine #150990
Tints of Ultramarine #150990
RGB
CMYK
RGB Variations
Color information
#150990 (or 0x150990) is known color: Ultramarine. HEX triplet: 15, 09 and 90. RGB value is (21,9,144). Sum of RGB (Red+Green+Blue) = 21+9+144=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #150990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150990 is #EAF66F. Grayscale: #1B1B1B. Windows color (decimal): -15398512 or 9439509. OLE color: 9439509.
HSL color Cylindrical-coordinate representation of color #150990: hue angle of 245.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150990 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 9 | 144 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.44 |
| HSL | 245.33º | 0.88% | 0.3% | - |
| HSV(B) | 245.33º | 0.94% | 0.56% | - |
| XYZ | 5.44 | 2.37 | 26.56 | - |
| YUV | 27.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 144 | 0.85 | 0.94 | 0 | 0.44 | 245.33 | 0.88 | 0.3 |
| Hex | 15 | 9 | 90 | 55 | 5E | 0 | 2C | F5 | 58 | 1E |
| Octal | 25 | 11 | 220 | 125 | 136 | 0 | 54 | 365 | 130 | 36 |
| Binary | 10101 | 1001 | 10010000 | 1010101 | 1011110 | 0 | 101100 | 11110101 | 1011000 | 11110 |
Color Harmonies of #150990
Complementary color
Monochromatic Colors of #150990
Black with #150990
Text Example
Text Example
White with #150990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150990; }
p { color: rgb(21,9,144); }
H1.HeaderClassName
{
color: #150990;
}
.AnyTagClassName
{
color: #150990;
}
</style>
background-color css
<style>
a { background-color: #150990; }
a { background-color: rgb(21,9,144); }
div.DivClassName
{
background-color: #150990;
}
.BgClassName
{
background-color: #150990;
}
</style>
border-color css
<style>
span { border-color: #150990; }
span { border-color: rgb(21,9,144); }
td.TdClassName
{
border-color: #150990;
}
.TagClassName
{
border-color: #150990;
}
</style>