Shades of Ultramarine #15088E
Tints of Ultramarine #15088E
RGB
CMYK
RGB Variations
Color information
#15088E (or 0x15088E) is known color: Ultramarine. HEX triplet: 15, 08 and 8E. RGB value is (21,8,142). Sum of RGB (Red+Green+Blue) = 21+8+142=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 142 (55.86% from 255 or 83.04% from 171); Max value from RGB is 142 - color contains mainly: blue. Hex color #15088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15088E is #EAF771. Grayscale: #1A1A1A. Windows color (decimal): -15398770 or 9308181. OLE color: 9308181.
HSL color Cylindrical-coordinate representation of color #15088E: hue angle of 245.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15088E is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 8 | 142 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.44 |
| HSL | 245.82º | 0.89% | 0.29% | - |
| HSV(B) | 245.82º | 0.94% | 0.56% | - |
| XYZ | 5.28 | 2.29 | 25.75 | - |
| YUV | 27.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 142 | 0.85 | 0.94 | 0 | 0.44 | 245.82 | 0.89 | 0.29 |
| Hex | 15 | 8 | 8E | 55 | 5E | 0 | 2C | F6 | 59 | 1D |
| Octal | 25 | 10 | 216 | 125 | 136 | 0 | 54 | 366 | 131 | 35 |
| Binary | 10101 | 1000 | 10001110 | 1010101 | 1011110 | 0 | 101100 | 11110110 | 1011001 | 11101 |
Color Harmonies of #15088E
Complementary color
Monochromatic Colors of #15088E
Black with #15088E
Text Example
Text Example
White with #15088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15088E; }
p { color: rgb(21,8,142); }
H1.HeaderClassName
{
color: #15088E;
}
.AnyTagClassName
{
color: #15088E;
}
</style>
background-color css
<style>
a { background-color: #15088E; }
a { background-color: rgb(21,8,142); }
div.DivClassName
{
background-color: #15088E;
}
.BgClassName
{
background-color: #15088E;
}
</style>
border-color css
<style>
span { border-color: #15088E; }
span { border-color: rgb(21,8,142); }
td.TdClassName
{
border-color: #15088E;
}
.TagClassName
{
border-color: #15088E;
}
</style>