Shades of Ultramarine #15058D
Tints of Ultramarine #15058D
RGB
CMYK
RGB Variations
Color information
#15058D (or 0x15058D) is known color: Ultramarine. HEX triplet: 15, 05 and 8D. RGB value is (21,5,141). Sum of RGB (Red+Green+Blue) = 21+5+141=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #15058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15058D is #EAFA72. Grayscale: #181818. Windows color (decimal): -15399539 or 9241877. OLE color: 9241877.
HSL color Cylindrical-coordinate representation of color #15058D: hue angle of 247.06º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15058D is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 5 | 141 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.45 |
| HSL | 247.06º | 0.93% | 0.29% | - |
| HSV(B) | 247.06º | 0.96% | 0.55% | - |
| XYZ | 5.17 | 2.19 | 25.35 | - |
| YUV | 25.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 141 | 0.85 | 0.96 | 0 | 0.45 | 247.06 | 0.93 | 0.29 |
| Hex | 15 | 5 | 8D | 55 | 60 | 0 | 2D | F7 | 5D | 1D |
| Octal | 25 | 5 | 215 | 125 | 140 | 0 | 55 | 367 | 135 | 35 |
| Binary | 10101 | 101 | 10001101 | 1010101 | 1100000 | 0 | 101101 | 11110111 | 1011101 | 11101 |
Color Harmonies of #15058D
Complementary color
Monochromatic Colors of #15058D
Black with #15058D
Text Example
Text Example
White with #15058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15058D; }
p { color: rgb(21,5,141); }
H1.HeaderClassName
{
color: #15058D;
}
.AnyTagClassName
{
color: #15058D;
}
</style>
background-color css
<style>
a { background-color: #15058D; }
a { background-color: rgb(21,5,141); }
div.DivClassName
{
background-color: #15058D;
}
.BgClassName
{
background-color: #15058D;
}
</style>
border-color css
<style>
span { border-color: #15058D; }
span { border-color: rgb(21,5,141); }
td.TdClassName
{
border-color: #15058D;
}
.TagClassName
{
border-color: #15058D;
}
</style>