Shades of Ultramarine #150591
Tints of Ultramarine #150591
RGB
CMYK
RGB Variations
Color information
#150591 (or 0x150591) is known color: Ultramarine. HEX triplet: 15, 05 and 91. RGB value is (21,5,145). Sum of RGB (Red+Green+Blue) = 21+5+145=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #150591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150591 is #EAFA6E. Grayscale: #191919. Windows color (decimal): -15399535 or 9504021. OLE color: 9504021.
HSL color Cylindrical-coordinate representation of color #150591: hue angle of 246.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150591 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 5 | 145 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.43 |
| HSL | 246.86º | 0.93% | 0.29% | - |
| HSV(B) | 246.86º | 0.97% | 0.57% | - |
| XYZ | 5.47 | 2.31 | 26.95 | - |
| YUV | 25.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 145 | 0.86 | 0.97 | 0 | 0.43 | 246.86 | 0.93 | 0.29 |
| Hex | 15 | 5 | 91 | 56 | 61 | 0 | 2B | F7 | 5D | 1D |
| Octal | 25 | 5 | 221 | 126 | 141 | 0 | 53 | 367 | 135 | 35 |
| Binary | 10101 | 101 | 10010001 | 1010110 | 1100001 | 0 | 101011 | 11110111 | 1011101 | 11101 |
Color Harmonies of #150591
Complementary color
Monochromatic Colors of #150591
Black with #150591
Text Example
Text Example
White with #150591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150591; }
p { color: rgb(21,5,145); }
H1.HeaderClassName
{
color: #150591;
}
.AnyTagClassName
{
color: #150591;
}
</style>
background-color css
<style>
a { background-color: #150591; }
a { background-color: rgb(21,5,145); }
div.DivClassName
{
background-color: #150591;
}
.BgClassName
{
background-color: #150591;
}
</style>
border-color css
<style>
span { border-color: #150591; }
span { border-color: rgb(21,5,145); }
td.TdClassName
{
border-color: #150591;
}
.TagClassName
{
border-color: #150591;
}
</style>