Shades of Ultramarine #150AA8
Tints of Ultramarine #150AA8
RGB
CMYK
RGB Variations
Color information
#150AA8 (or 0x150AA8) is known color: Ultramarine. HEX triplet: 15, 0A and A8. RGB value is (21,10,168). Sum of RGB (Red+Green+Blue) = 21+10+168=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 168 (66.02% from 255 or 84.42% from 199); Max value from RGB is 168 - color contains mainly: blue. Hex color #150AA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150AA8 is #EAF557. Grayscale: #1E1E1E. Windows color (decimal): -15398232 or 11012629. OLE color: 11012629.
HSL color Cylindrical-coordinate representation of color #150AA8: hue angle of 244.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150AA8 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 10 | 168 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.34 |
| HSL | 244.18º | 0.89% | 0.35% | - |
| HSV(B) | 244.18º | 0.94% | 0.66% | - |
| XYZ | 7.49 | 3.2 | 37.27 | - |
| YUV | 31.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 168 | 0.88 | 0.94 | 0 | 0.34 | 244.18 | 0.89 | 0.35 |
| Hex | 15 | A | A8 | 58 | 5E | 0 | 22 | F4 | 59 | 23 |
| Octal | 25 | 12 | 250 | 130 | 136 | 0 | 42 | 364 | 131 | 43 |
| Binary | 10101 | 1010 | 10101000 | 1011000 | 1011110 | 0 | 100010 | 11110100 | 1011001 | 100011 |
Color Harmonies of #150AA8
Complementary color
Monochromatic Colors of #150AA8
Black with #150AA8
Text Example
Text Example
White with #150AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AA8; }
p { color: rgb(21,10,168); }
H1.HeaderClassName
{
color: #150AA8;
}
.AnyTagClassName
{
color: #150AA8;
}
</style>
background-color css
<style>
a { background-color: #150AA8; }
a { background-color: rgb(21,10,168); }
div.DivClassName
{
background-color: #150AA8;
}
.BgClassName
{
background-color: #150AA8;
}
</style>
border-color css
<style>
span { border-color: #150AA8; }
span { border-color: rgb(21,10,168); }
td.TdClassName
{
border-color: #150AA8;
}
.TagClassName
{
border-color: #150AA8;
}
</style>