Shades of Ultramarine #15098D
Tints of Ultramarine #15098D
RGB
CMYK
RGB Variations
Color information
#15098D (or 0x15098D) is known color: Ultramarine. HEX triplet: 15, 09 and 8D. RGB value is (21,9,141). Sum of RGB (Red+Green+Blue) = 21+9+141=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #15098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15098D is #EAF672. Grayscale: #1B1B1B. Windows color (decimal): -15398515 or 9242901. OLE color: 9242901.
HSL color Cylindrical-coordinate representation of color #15098D: hue angle of 245.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15098D is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 9 | 141 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.45 |
| HSL | 245.45º | 0.88% | 0.29% | - |
| HSV(B) | 245.45º | 0.94% | 0.55% | - |
| XYZ | 5.21 | 2.28 | 25.36 | - |
| YUV | 27.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 141 | 0.85 | 0.94 | 0 | 0.45 | 245.45 | 0.88 | 0.29 |
| Hex | 15 | 9 | 8D | 55 | 5E | 0 | 2D | F5 | 58 | 1D |
| Octal | 25 | 11 | 215 | 125 | 136 | 0 | 55 | 365 | 130 | 35 |
| Binary | 10101 | 1001 | 10001101 | 1010101 | 1011110 | 0 | 101101 | 11110101 | 1011000 | 11101 |
Color Harmonies of #15098D
Complementary color
Monochromatic Colors of #15098D
Black with #15098D
Text Example
Text Example
White with #15098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15098D; }
p { color: rgb(21,9,141); }
H1.HeaderClassName
{
color: #15098D;
}
.AnyTagClassName
{
color: #15098D;
}
</style>
background-color css
<style>
a { background-color: #15098D; }
a { background-color: rgb(21,9,141); }
div.DivClassName
{
background-color: #15098D;
}
.BgClassName
{
background-color: #15098D;
}
</style>
border-color css
<style>
span { border-color: #15098D; }
span { border-color: rgb(21,9,141); }
td.TdClassName
{
border-color: #15098D;
}
.TagClassName
{
border-color: #15098D;
}
</style>