Shades of Ultramarine #15018D
Tints of Ultramarine #15018D
RGB
CMYK
RGB Variations
Color information
#15018D (or 0x15018D) is known color: Ultramarine. HEX triplet: 15, 01 and 8D. RGB value is (21,1,141). Sum of RGB (Red+Green+Blue) = 21+1+141=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #15018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15018D is #EAFE72. Grayscale: #161616. Windows color (decimal): -15400563 or 9240853. OLE color: 9240853.
HSL color Cylindrical-coordinate representation of color #15018D: hue angle of 248.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15018D is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 1 | 141 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.45 |
| HSL | 248.57º | 0.99% | 0.28% | - |
| HSV(B) | 248.57º | 0.99% | 0.55% | - |
| XYZ | 5.13 | 2.1 | 25.34 | - |
| YUV | 22.94 | 194.63 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 141 | 0.85 | 0.99 | 0 | 0.45 | 248.57 | 0.99 | 0.28 |
| Hex | 15 | 1 | 8D | 55 | 63 | 0 | 2D | F9 | 63 | 1C |
| Octal | 25 | 1 | 215 | 125 | 143 | 0 | 55 | 371 | 143 | 34 |
| Binary | 10101 | 1 | 10001101 | 1010101 | 1100011 | 0 | 101101 | 11111001 | 1100011 | 11100 |
Color Harmonies of #15018D
Complementary color
Monochromatic Colors of #15018D
Black with #15018D
Text Example
Text Example
White with #15018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15018D; }
p { color: rgb(21,1,141); }
H1.HeaderClassName
{
color: #15018D;
}
.AnyTagClassName
{
color: #15018D;
}
</style>
background-color css
<style>
a { background-color: #15018D; }
a { background-color: rgb(21,1,141); }
div.DivClassName
{
background-color: #15018D;
}
.BgClassName
{
background-color: #15018D;
}
</style>
border-color css
<style>
span { border-color: #15018D; }
span { border-color: rgb(21,1,141); }
td.TdClassName
{
border-color: #15018D;
}
.TagClassName
{
border-color: #15018D;
}
</style>