Shades of Ultramarine #15159F
Tints of Ultramarine #15159F
RGB
CMYK
RGB Variations
Color information
#15159F (or 0x15159F) is known color: Ultramarine. HEX triplet: 15, 15 and 9F. RGB value is (21,21,159). Sum of RGB (Red+Green+Blue) = 21+21+159=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #15159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15159F is #EAEA60. Grayscale: #242424. Windows color (decimal): -15395425 or 10425621. OLE color: 10425621.
HSL color Cylindrical-coordinate representation of color #15159F: hue angle of 240º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15159F is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 21 | 159 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.38 |
| HSL | 240º | 0.77% | 0.35% | - |
| HSV(B) | 240º | 0.87% | 0.62% | - |
| XYZ | 6.84 | 3.2 | 33.06 | - |
| YUV | 36.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 159 | 0.87 | 0.87 | 0 | 0.38 | 240 | 0.77 | 0.35 |
| Hex | 15 | 15 | 9F | 57 | 57 | 0 | 26 | F0 | 4D | 23 |
| Octal | 25 | 25 | 237 | 127 | 127 | 0 | 46 | 360 | 115 | 43 |
| Binary | 10101 | 10101 | 10011111 | 1010111 | 1010111 | 0 | 100110 | 11110000 | 1001101 | 100011 |
Color Harmonies of #15159F
Complementary color
Monochromatic Colors of #15159F
Black with #15159F
Text Example
Text Example
White with #15159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15159F; }
p { color: rgb(21,21,159); }
H1.HeaderClassName
{
color: #15159F;
}
.AnyTagClassName
{
color: #15159F;
}
</style>
background-color css
<style>
a { background-color: #15159F; }
a { background-color: rgb(21,21,159); }
div.DivClassName
{
background-color: #15159F;
}
.BgClassName
{
background-color: #15159F;
}
</style>
border-color css
<style>
span { border-color: #15159F; }
span { border-color: rgb(21,21,159); }
td.TdClassName
{
border-color: #15159F;
}
.TagClassName
{
border-color: #15159F;
}
</style>