Shades of Ultramarine #150A8C
Tints of Ultramarine #150A8C
RGB
CMYK
RGB Variations
Color information
#150A8C (or 0x150A8C) is known color: Ultramarine. HEX triplet: 15, 0A and 8C. RGB value is (21,10,140). Sum of RGB (Red+Green+Blue) = 21+10+140=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #150A8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150A8C is #EAF573. Grayscale: #1B1B1B. Windows color (decimal): -15398260 or 9177621. OLE color: 9177621.
HSL color Cylindrical-coordinate representation of color #150A8C: hue angle of 245.08º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150A8C is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 10 | 140 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.45 |
| HSL | 245.08º | 0.87% | 0.29% | - |
| HSV(B) | 245.08º | 0.93% | 0.55% | - |
| XYZ | 5.15 | 2.27 | 24.98 | - |
| YUV | 28.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 140 | 0.85 | 0.93 | 0 | 0.45 | 245.08 | 0.87 | 0.29 |
| Hex | 15 | A | 8C | 55 | 5D | 0 | 2D | F5 | 57 | 1D |
| Octal | 25 | 12 | 214 | 125 | 135 | 0 | 55 | 365 | 127 | 35 |
| Binary | 10101 | 1010 | 10001100 | 1010101 | 1011101 | 0 | 101101 | 11110101 | 1010111 | 11101 |
Color Harmonies of #150A8C
Complementary color
Monochromatic Colors of #150A8C
Black with #150A8C
Text Example
Text Example
White with #150A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A8C; }
p { color: rgb(21,10,140); }
H1.HeaderClassName
{
color: #150A8C;
}
.AnyTagClassName
{
color: #150A8C;
}
</style>
background-color css
<style>
a { background-color: #150A8C; }
a { background-color: rgb(21,10,140); }
div.DivClassName
{
background-color: #150A8C;
}
.BgClassName
{
background-color: #150A8C;
}
</style>
border-color css
<style>
span { border-color: #150A8C; }
span { border-color: rgb(21,10,140); }
td.TdClassName
{
border-color: #150A8C;
}
.TagClassName
{
border-color: #150A8C;
}
</style>