Shades of Ultramarine #151086
Tints of Ultramarine #151086
RGB
CMYK
RGB Variations
Color information
#151086 (or 0x151086) is known color: Ultramarine. HEX triplet: 15, 10 and 86. RGB value is (21,16,134). Sum of RGB (Red+Green+Blue) = 21+16+134=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 134 (52.73% from 255 or 78.36% from 171); Max value from RGB is 134 - color contains mainly: blue. Hex color #151086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151086 is #EAEF79. Grayscale: #1E1E1E. Windows color (decimal): -15396730 or 8785941. OLE color: 8785941.
HSL color Cylindrical-coordinate representation of color #151086: hue angle of 242.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151086 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 16 | 134 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.47 |
| HSL | 242.54º | 0.79% | 0.29% | - |
| HSV(B) | 242.54º | 0.88% | 0.53% | - |
| XYZ | 4.8 | 2.25 | 22.74 | - |
| YUV | 30.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 134 | 0.84 | 0.88 | 0 | 0.47 | 242.54 | 0.79 | 0.29 |
| Hex | 15 | 10 | 86 | 54 | 58 | 0 | 2F | F3 | 4F | 1D |
| Octal | 25 | 20 | 206 | 124 | 130 | 0 | 57 | 363 | 117 | 35 |
| Binary | 10101 | 10000 | 10000110 | 1010100 | 1011000 | 0 | 101111 | 11110011 | 1001111 | 11101 |
Color Harmonies of #151086
Complementary color
Monochromatic Colors of #151086
Black with #151086
Text Example
Text Example
White with #151086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151086; }
p { color: rgb(21,16,134); }
H1.HeaderClassName
{
color: #151086;
}
.AnyTagClassName
{
color: #151086;
}
</style>
background-color css
<style>
a { background-color: #151086; }
a { background-color: rgb(21,16,134); }
div.DivClassName
{
background-color: #151086;
}
.BgClassName
{
background-color: #151086;
}
</style>
border-color css
<style>
span { border-color: #151086; }
span { border-color: rgb(21,16,134); }
td.TdClassName
{
border-color: #151086;
}
.TagClassName
{
border-color: #151086;
}
</style>