Shades of Ultramarine #1512AA
Tints of Ultramarine #1512AA
RGB
CMYK
RGB Variations
Color information
#1512AA (or 0x1512AA) is known color: Ultramarine. HEX triplet: 15, 12 and AA. RGB value is (21,18,170). Sum of RGB (Red+Green+Blue) = 21+18+170=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #1512AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1512AA is #EAED55. Grayscale: #232323. Windows color (decimal): -15396182 or 11145749. OLE color: 11145749.
HSL color Cylindrical-coordinate representation of color #1512AA: hue angle of 241.18º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1512AA is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 18 | 170 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.33 |
| HSL | 241.18º | 0.81% | 0.37% | - |
| HSV(B) | 241.18º | 0.89% | 0.67% | - |
| XYZ | 7.78 | 3.49 | 38.29 | - |
| YUV | 36.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 170 | 0.88 | 0.89 | 0 | 0.33 | 241.18 | 0.81 | 0.37 |
| Hex | 15 | 12 | AA | 58 | 59 | 0 | 21 | F1 | 51 | 25 |
| Octal | 25 | 22 | 252 | 130 | 131 | 0 | 41 | 361 | 121 | 45 |
| Binary | 10101 | 10010 | 10101010 | 1011000 | 1011001 | 0 | 100001 | 11110001 | 1010001 | 100101 |
Color Harmonies of #1512AA
Complementary color
Monochromatic Colors of #1512AA
Black with #1512AA
Text Example
Text Example
White with #1512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512AA; }
p { color: rgb(21,18,170); }
H1.HeaderClassName
{
color: #1512AA;
}
.AnyTagClassName
{
color: #1512AA;
}
</style>
background-color css
<style>
a { background-color: #1512AA; }
a { background-color: rgb(21,18,170); }
div.DivClassName
{
background-color: #1512AA;
}
.BgClassName
{
background-color: #1512AA;
}
</style>
border-color css
<style>
span { border-color: #1512AA; }
span { border-color: rgb(21,18,170); }
td.TdClassName
{
border-color: #1512AA;
}
.TagClassName
{
border-color: #1512AA;
}
</style>