Shades of Ultramarine #150388
Tints of Ultramarine #150388
RGB
CMYK
RGB Variations
Color information
#150388 (or 0x150388) is known color: Ultramarine. HEX triplet: 15, 03 and 88. RGB value is (21,3,136). Sum of RGB (Red+Green+Blue) = 21+3+136=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #150388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150388 is #EAFC77. Grayscale: #171717. Windows color (decimal): -15400056 or 8913685. OLE color: 8913685.
HSL color Cylindrical-coordinate representation of color #150388: hue angle of 248.12º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150388 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 3 | 136 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.47 |
| HSL | 248.12º | 0.96% | 0.27% | - |
| HSV(B) | 248.12º | 0.98% | 0.53% | - |
| XYZ | 4.79 | 2 | 23.43 | - |
| YUV | 23.54 | 191.46 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 136 | 0.85 | 0.98 | 0 | 0.47 | 248.12 | 0.96 | 0.27 |
| Hex | 15 | 3 | 88 | 55 | 62 | 0 | 2F | F8 | 60 | 1B |
| Octal | 25 | 3 | 210 | 125 | 142 | 0 | 57 | 370 | 140 | 33 |
| Binary | 10101 | 11 | 10001000 | 1010101 | 1100010 | 0 | 101111 | 11111000 | 1100000 | 11011 |
Color Harmonies of #150388
Complementary color
Monochromatic Colors of #150388
Black with #150388
Text Example
Text Example
White with #150388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150388; }
p { color: rgb(21,3,136); }
H1.HeaderClassName
{
color: #150388;
}
.AnyTagClassName
{
color: #150388;
}
</style>
background-color css
<style>
a { background-color: #150388; }
a { background-color: rgb(21,3,136); }
div.DivClassName
{
background-color: #150388;
}
.BgClassName
{
background-color: #150388;
}
</style>
border-color css
<style>
span { border-color: #150388; }
span { border-color: rgb(21,3,136); }
td.TdClassName
{
border-color: #150388;
}
.TagClassName
{
border-color: #150388;
}
</style>