Shades of Ultramarine #150BA9
Tints of Ultramarine #150BA9
RGB
CMYK
RGB Variations
Color information
#150BA9 (or 0x150BA9) is known color: Ultramarine. HEX triplet: 15, 0B and A9. RGB value is (21,11,169). Sum of RGB (Red+Green+Blue) = 21+11+169=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 169 (66.41% from 255 or 84.08% from 201); Max value from RGB is 169 - color contains mainly: blue. Hex color #150BA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150BA9 is #EAF456. Grayscale: #1F1F1F. Windows color (decimal): -15397975 or 11078421. OLE color: 11078421.
HSL color Cylindrical-coordinate representation of color #150BA9: hue angle of 243.8º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150BA9 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 11 | 169 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.34 |
| HSL | 243.8º | 0.88% | 0.35% | - |
| HSV(B) | 243.8º | 0.93% | 0.66% | - |
| XYZ | 7.59 | 3.26 | 37.77 | - |
| YUV | 32 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 169 | 0.88 | 0.93 | 0 | 0.34 | 243.8 | 0.88 | 0.35 |
| Hex | 15 | B | A9 | 58 | 5D | 0 | 22 | F4 | 58 | 23 |
| Octal | 25 | 13 | 251 | 130 | 135 | 0 | 42 | 364 | 130 | 43 |
| Binary | 10101 | 1011 | 10101001 | 1011000 | 1011101 | 0 | 100010 | 11110100 | 1011000 | 100011 |
Color Harmonies of #150BA9
Complementary color
Monochromatic Colors of #150BA9
Black with #150BA9
Text Example
Text Example
White with #150BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BA9; }
p { color: rgb(21,11,169); }
H1.HeaderClassName
{
color: #150BA9;
}
.AnyTagClassName
{
color: #150BA9;
}
</style>
background-color css
<style>
a { background-color: #150BA9; }
a { background-color: rgb(21,11,169); }
div.DivClassName
{
background-color: #150BA9;
}
.BgClassName
{
background-color: #150BA9;
}
</style>
border-color css
<style>
span { border-color: #150BA9; }
span { border-color: rgb(21,11,169); }
td.TdClassName
{
border-color: #150BA9;
}
.TagClassName
{
border-color: #150BA9;
}
</style>