Shades of Ultramarine #1518A8
Tints of Ultramarine #1518A8
RGB
CMYK
RGB Variations
Color information
#1518A8 (or 0x1518A8) is known color: Ultramarine. HEX triplet: 15, 18 and A8. RGB value is (21,24,168). Sum of RGB (Red+Green+Blue) = 21+24+168=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 168 (66.02% from 255 or 78.87% from 213); Max value from RGB is 168 - color contains mainly: blue. Hex color #1518A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1518A8 is #EAE757. Grayscale: #262626. Windows color (decimal): -15394648 or 11016213. OLE color: 11016213.
HSL color Cylindrical-coordinate representation of color #1518A8: hue angle of 238.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1518A8 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 24 | 168 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.34 |
| HSL | 238.78º | 0.78% | 0.37% | - |
| HSV(B) | 238.78º | 0.88% | 0.66% | - |
| XYZ | 7.7 | 3.64 | 37.34 | - |
| YUV | 39.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 168 | 0.88 | 0.86 | 0 | 0.34 | 238.78 | 0.78 | 0.37 |
| Hex | 15 | 18 | A8 | 58 | 56 | 0 | 22 | EF | 4E | 25 |
| Octal | 25 | 30 | 250 | 130 | 126 | 0 | 42 | 357 | 116 | 45 |
| Binary | 10101 | 11000 | 10101000 | 1011000 | 1010110 | 0 | 100010 | 11101111 | 1001110 | 100101 |
Color Harmonies of #1518A8
Complementary color
Monochromatic Colors of #1518A8
Black with #1518A8
Text Example
Text Example
White with #1518A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518A8; }
p { color: rgb(21,24,168); }
H1.HeaderClassName
{
color: #1518A8;
}
.AnyTagClassName
{
color: #1518A8;
}
</style>
background-color css
<style>
a { background-color: #1518A8; }
a { background-color: rgb(21,24,168); }
div.DivClassName
{
background-color: #1518A8;
}
.BgClassName
{
background-color: #1518A8;
}
</style>
border-color css
<style>
span { border-color: #1518A8; }
span { border-color: rgb(21,24,168); }
td.TdClassName
{
border-color: #1518A8;
}
.TagClassName
{
border-color: #1518A8;
}
</style>