Shades of Ultramarine #1518AC
Tints of Ultramarine #1518AC
RGB
CMYK
RGB Variations
Color information
#1518AC (or 0x1518AC) is known color: Ultramarine. HEX triplet: 15, 18 and AC. RGB value is (21,24,172). Sum of RGB (Red+Green+Blue) = 21+24+172=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1518AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1518AC is #EAE753. Grayscale: #272727. Windows color (decimal): -15394644 or 11278357. OLE color: 11278357.
HSL color Cylindrical-coordinate representation of color #1518AC: hue angle of 238.81º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1518AC is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 24 | 172 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.33 |
| HSL | 238.81º | 0.78% | 0.38% | - |
| HSV(B) | 238.81º | 0.88% | 0.67% | - |
| XYZ | 8.08 | 3.79 | 39.34 | - |
| YUV | 39.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 172 | 0.88 | 0.86 | 0 | 0.33 | 238.81 | 0.78 | 0.38 |
| Hex | 15 | 18 | AC | 58 | 56 | 0 | 21 | EF | 4E | 26 |
| Octal | 25 | 30 | 254 | 130 | 126 | 0 | 41 | 357 | 116 | 46 |
| Binary | 10101 | 11000 | 10101100 | 1011000 | 1010110 | 0 | 100001 | 11101111 | 1001110 | 100110 |
Color Harmonies of #1518AC
Complementary color
Monochromatic Colors of #1518AC
Black with #1518AC
Text Example
Text Example
White with #1518AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518AC; }
p { color: rgb(21,24,172); }
H1.HeaderClassName
{
color: #1518AC;
}
.AnyTagClassName
{
color: #1518AC;
}
</style>
background-color css
<style>
a { background-color: #1518AC; }
a { background-color: rgb(21,24,172); }
div.DivClassName
{
background-color: #1518AC;
}
.BgClassName
{
background-color: #1518AC;
}
</style>
border-color css
<style>
span { border-color: #1518AC; }
span { border-color: rgb(21,24,172); }
td.TdClassName
{
border-color: #1518AC;
}
.TagClassName
{
border-color: #1518AC;
}
</style>