Shades of Ultramarine #150088
Tints of Ultramarine #150088
RGB
CMYK
RGB Variations
Color information
#150088 (or 0x150088) is known color: Ultramarine. HEX triplet: 15, 00 and 88. RGB value is (21,0,136). Sum of RGB (Red+Green+Blue) = 21+0+136=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #150088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150088 is #EAFF77. Grayscale: #151515. Windows color (decimal): -15400824 or 8912917. OLE color: 8912917.
HSL color Cylindrical-coordinate representation of color #150088: hue angle of 249.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150088 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 0 | 136 | - |
| CMYK | 0.85 | 1 | 0 | 0.47 |
| HSL | 249.26º | 1% | 0.27% | - |
| HSV(B) | 249.26º | 1% | 0.53% | - |
| XYZ | 4.75 | 1.94 | 23.42 | - |
| YUV | 21.78 | 192.46 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 136 | 0.85 | 1 | 0 | 0.47 | 249.26 | 1 | 0.27 |
| Hex | 15 | 0 | 88 | 55 | 64 | 0 | 2F | F9 | 64 | 1B |
| Octal | 25 | 0 | 210 | 125 | 144 | 0 | 57 | 371 | 144 | 33 |
| Binary | 10101 | 0 | 10001000 | 1010101 | 1100100 | 0 | 101111 | 11111001 | 1100100 | 11011 |
Color Harmonies of #150088
Complementary color
Monochromatic Colors of #150088
Black with #150088
Text Example
Text Example
White with #150088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150088; }
p { color: rgb(21,0,136); }
H1.HeaderClassName
{
color: #150088;
}
.AnyTagClassName
{
color: #150088;
}
</style>
background-color css
<style>
a { background-color: #150088; }
a { background-color: rgb(21,0,136); }
div.DivClassName
{
background-color: #150088;
}
.BgClassName
{
background-color: #150088;
}
</style>
border-color css
<style>
span { border-color: #150088; }
span { border-color: rgb(21,0,136); }
td.TdClassName
{
border-color: #150088;
}
.TagClassName
{
border-color: #150088;
}
</style>