Shades of Ultramarine #150588
Tints of Ultramarine #150588
RGB
CMYK
RGB Variations
Color information
#150588 (or 0x150588) is known color: Ultramarine. HEX triplet: 15, 05 and 88. RGB value is (21,5,136). Sum of RGB (Red+Green+Blue) = 21+5+136=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #150588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150588 is #EAFA77. Grayscale: #181818. Windows color (decimal): -15399544 or 8914197. OLE color: 8914197.
HSL color Cylindrical-coordinate representation of color #150588: hue angle of 247.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150588 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 5 | 136 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.47 |
| HSL | 247.33º | 0.93% | 0.28% | - |
| HSV(B) | 247.33º | 0.96% | 0.53% | - |
| XYZ | 4.81 | 2.05 | 23.43 | - |
| YUV | 24.72 | 190.8 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 136 | 0.85 | 0.96 | 0 | 0.47 | 247.33 | 0.93 | 0.28 |
| Hex | 15 | 5 | 88 | 55 | 60 | 0 | 2F | F7 | 5D | 1C |
| Octal | 25 | 5 | 210 | 125 | 140 | 0 | 57 | 367 | 135 | 34 |
| Binary | 10101 | 101 | 10001000 | 1010101 | 1100000 | 0 | 101111 | 11110111 | 1011101 | 11100 |
Color Harmonies of #150588
Complementary color
Monochromatic Colors of #150588
Black with #150588
Text Example
Text Example
White with #150588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150588; }
p { color: rgb(21,5,136); }
H1.HeaderClassName
{
color: #150588;
}
.AnyTagClassName
{
color: #150588;
}
</style>
background-color css
<style>
a { background-color: #150588; }
a { background-color: rgb(21,5,136); }
div.DivClassName
{
background-color: #150588;
}
.BgClassName
{
background-color: #150588;
}
</style>
border-color css
<style>
span { border-color: #150588; }
span { border-color: rgb(21,5,136); }
td.TdClassName
{
border-color: #150588;
}
.TagClassName
{
border-color: #150588;
}
</style>