Shades of Ultramarine #150A8A
Tints of Ultramarine #150A8A
RGB
CMYK
RGB Variations
Color information
#150A8A (or 0x150A8A) is known color: Ultramarine. HEX triplet: 15, 0A and 8A. RGB value is (21,10,138). Sum of RGB (Red+Green+Blue) = 21+10+138=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 138 (54.30% from 255 or 81.66% from 169); Max value from RGB is 138 - color contains mainly: blue. Hex color #150A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150A8A is #EAF575. Grayscale: #1B1B1B. Windows color (decimal): -15398262 or 9046549. OLE color: 9046549.
HSL color Cylindrical-coordinate representation of color #150A8A: hue angle of 245.16º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150A8A is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 10 | 138 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.46 |
| HSL | 245.16º | 0.86% | 0.29% | - |
| HSV(B) | 245.16º | 0.93% | 0.54% | - |
| XYZ | 5.01 | 2.21 | 24.21 | - |
| YUV | 27.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 138 | 0.85 | 0.93 | 0 | 0.46 | 245.16 | 0.86 | 0.29 |
| Hex | 15 | A | 8A | 55 | 5D | 0 | 2E | F5 | 56 | 1D |
| Octal | 25 | 12 | 212 | 125 | 135 | 0 | 56 | 365 | 126 | 35 |
| Binary | 10101 | 1010 | 10001010 | 1010101 | 1011101 | 0 | 101110 | 11110101 | 1010110 | 11101 |
Color Harmonies of #150A8A
Complementary color
Monochromatic Colors of #150A8A
Black with #150A8A
Text Example
Text Example
White with #150A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A8A; }
p { color: rgb(21,10,138); }
H1.HeaderClassName
{
color: #150A8A;
}
.AnyTagClassName
{
color: #150A8A;
}
</style>
background-color css
<style>
a { background-color: #150A8A; }
a { background-color: rgb(21,10,138); }
div.DivClassName
{
background-color: #150A8A;
}
.BgClassName
{
background-color: #150A8A;
}
</style>
border-color css
<style>
span { border-color: #150A8A; }
span { border-color: rgb(21,10,138); }
td.TdClassName
{
border-color: #150A8A;
}
.TagClassName
{
border-color: #150A8A;
}
</style>