Shades of Ultramarine #150481
Tints of Ultramarine #150481
RGB
CMYK
RGB Variations
Color information
#150481 (or 0x150481) is known color: Ultramarine. HEX triplet: 15, 04 and 81. RGB value is (21,4,129). Sum of RGB (Red+Green+Blue) = 21+4+129=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 129 (50.78% from 255 or 83.77% from 154); Max value from RGB is 129 - color contains mainly: blue. Hex color #150481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150481 is #EAFB7E. Grayscale: #161616. Windows color (decimal): -15399807 or 8455189. OLE color: 8455189.
HSL color Cylindrical-coordinate representation of color #150481: hue angle of 248.16º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150481 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 4 | 129 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.49 |
| HSL | 248.16º | 0.94% | 0.26% | - |
| HSV(B) | 248.16º | 0.97% | 0.51% | - |
| XYZ | 4.32 | 1.83 | 20.89 | - |
| YUV | 23.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 129 | 0.84 | 0.97 | 0 | 0.49 | 248.16 | 0.94 | 0.26 |
| Hex | 15 | 4 | 81 | 54 | 61 | 0 | 31 | F8 | 5E | 1A |
| Octal | 25 | 4 | 201 | 124 | 141 | 0 | 61 | 370 | 136 | 32 |
| Binary | 10101 | 100 | 10000001 | 1010100 | 1100001 | 0 | 110001 | 11111000 | 1011110 | 11010 |
Color Harmonies of #150481
Complementary color
Monochromatic Colors of #150481
Black with #150481
Text Example
Text Example
White with #150481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150481; }
p { color: rgb(21,4,129); }
H1.HeaderClassName
{
color: #150481;
}
.AnyTagClassName
{
color: #150481;
}
</style>
background-color css
<style>
a { background-color: #150481; }
a { background-color: rgb(21,4,129); }
div.DivClassName
{
background-color: #150481;
}
.BgClassName
{
background-color: #150481;
}
</style>
border-color css
<style>
span { border-color: #150481; }
span { border-color: rgb(21,4,129); }
td.TdClassName
{
border-color: #150481;
}
.TagClassName
{
border-color: #150481;
}
</style>