Shades of Ultramarine #15118E
Tints of Ultramarine #15118E
RGB
CMYK
RGB Variations
Color information
#15118E (or 0x15118E) is known color: Ultramarine. HEX triplet: 15, 11 and 8E. RGB value is (21,17,142). Sum of RGB (Red+Green+Blue) = 21+17+142=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 142 (55.86% from 255 or 78.89% from 180); Max value from RGB is 142 - color contains mainly: blue. Hex color #15118E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15118E is #EAEE71. Grayscale: #1F1F1F. Windows color (decimal): -15396466 or 9310485. OLE color: 9310485.
HSL color Cylindrical-coordinate representation of color #15118E: hue angle of 241.92º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15118E is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 17 | 142 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.44 |
| HSL | 241.92º | 0.79% | 0.31% | - |
| HSV(B) | 241.92º | 0.88% | 0.56% | - |
| XYZ | 5.39 | 2.51 | 25.79 | - |
| YUV | 32.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 142 | 0.85 | 0.88 | 0 | 0.44 | 241.92 | 0.79 | 0.31 |
| Hex | 15 | 11 | 8E | 55 | 58 | 0 | 2C | F2 | 4F | 1F |
| Octal | 25 | 21 | 216 | 125 | 130 | 0 | 54 | 362 | 117 | 37 |
| Binary | 10101 | 10001 | 10001110 | 1010101 | 1011000 | 0 | 101100 | 11110010 | 1001111 | 11111 |
Color Harmonies of #15118E
Complementary color
Monochromatic Colors of #15118E
Black with #15118E
Text Example
Text Example
White with #15118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15118E; }
p { color: rgb(21,17,142); }
H1.HeaderClassName
{
color: #15118E;
}
.AnyTagClassName
{
color: #15118E;
}
</style>
background-color css
<style>
a { background-color: #15118E; }
a { background-color: rgb(21,17,142); }
div.DivClassName
{
background-color: #15118E;
}
.BgClassName
{
background-color: #15118E;
}
</style>
border-color css
<style>
span { border-color: #15118E; }
span { border-color: rgb(21,17,142); }
td.TdClassName
{
border-color: #15118E;
}
.TagClassName
{
border-color: #15118E;
}
</style>