Shades of Ultramarine #15109D
Tints of Ultramarine #15109D
RGB
CMYK
RGB Variations
Color information
#15109D (or 0x15109D) is known color: Ultramarine. HEX triplet: 15, 10 and 9D. RGB value is (21,16,157). Sum of RGB (Red+Green+Blue) = 21+16+157=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #15109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15109D is #EAEF62. Grayscale: #212121. Windows color (decimal): -15396707 or 10293269. OLE color: 10293269.
HSL color Cylindrical-coordinate representation of color #15109D: hue angle of 242.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15109D is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 16 | 157 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.38 |
| HSL | 242.13º | 0.82% | 0.34% | - |
| HSV(B) | 242.13º | 0.9% | 0.62% | - |
| XYZ | 6.58 | 2.96 | 32.12 | - |
| YUV | 33.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 157 | 0.87 | 0.90 | 0 | 0.38 | 242.13 | 0.82 | 0.34 |
| Hex | 15 | 10 | 9D | 57 | 5A | 0 | 26 | F2 | 52 | 22 |
| Octal | 25 | 20 | 235 | 127 | 132 | 0 | 46 | 362 | 122 | 42 |
| Binary | 10101 | 10000 | 10011101 | 1010111 | 1011010 | 0 | 100110 | 11110010 | 1010010 | 100010 |
Color Harmonies of #15109D
Complementary color
Monochromatic Colors of #15109D
Black with #15109D
Text Example
Text Example
White with #15109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15109D; }
p { color: rgb(21,16,157); }
H1.HeaderClassName
{
color: #15109D;
}
.AnyTagClassName
{
color: #15109D;
}
</style>
background-color css
<style>
a { background-color: #15109D; }
a { background-color: rgb(21,16,157); }
div.DivClassName
{
background-color: #15109D;
}
.BgClassName
{
background-color: #15109D;
}
</style>
border-color css
<style>
span { border-color: #15109D; }
span { border-color: rgb(21,16,157); }
td.TdClassName
{
border-color: #15109D;
}
.TagClassName
{
border-color: #15109D;
}
</style>