Shades of Ultramarine #151686
Tints of Ultramarine #151686
RGB
CMYK
RGB Variations
Color information
#151686 (or 0x151686) is known color: Ultramarine. HEX triplet: 15, 16 and 86. RGB value is (21,22,134). Sum of RGB (Red+Green+Blue) = 21+22+134=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #151686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151686 is #EAE979. Grayscale: #222222. Windows color (decimal): -15395194 or 8787477. OLE color: 8787477.
HSL color Cylindrical-coordinate representation of color #151686: hue angle of 239.47º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151686 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 22 | 134 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.47 |
| HSL | 239.47º | 0.73% | 0.3% | - |
| HSV(B) | 239.47º | 0.84% | 0.53% | - |
| XYZ | 4.9 | 2.45 | 22.77 | - |
| YUV | 34.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 134 | 0.84 | 0.84 | 0 | 0.47 | 239.47 | 0.73 | 0.3 |
| Hex | 15 | 16 | 86 | 54 | 54 | 0 | 2F | EF | 49 | 1E |
| Octal | 25 | 26 | 206 | 124 | 124 | 0 | 57 | 357 | 111 | 36 |
| Binary | 10101 | 10110 | 10000110 | 1010100 | 1010100 | 0 | 101111 | 11101111 | 1001001 | 11110 |
Color Harmonies of #151686
Complementary color
Monochromatic Colors of #151686
Black with #151686
Text Example
Text Example
White with #151686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151686; }
p { color: rgb(21,22,134); }
H1.HeaderClassName
{
color: #151686;
}
.AnyTagClassName
{
color: #151686;
}
</style>
background-color css
<style>
a { background-color: #151686; }
a { background-color: rgb(21,22,134); }
div.DivClassName
{
background-color: #151686;
}
.BgClassName
{
background-color: #151686;
}
</style>
border-color css
<style>
span { border-color: #151686; }
span { border-color: rgb(21,22,134); }
td.TdClassName
{
border-color: #151686;
}
.TagClassName
{
border-color: #151686;
}
</style>