Shades of Ultramarine #1215AB
Tints of Ultramarine #1215AB
RGB
CMYK
RGB Variations
Color information
#1215AB (or 0x1215AB) is known color: Ultramarine. HEX triplet: 12, 15 and AB. RGB value is (18,21,171). Sum of RGB (Red+Green+Blue) = 18+21+171=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #1215AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1215AB is #EDEA54. Grayscale: #242424. Windows color (decimal): -15592021 or 11212050. OLE color: 11212050.
HSL color Cylindrical-coordinate representation of color #1215AB: hue angle of 238.82º 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 #1215AB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 21 | 171 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.33 |
| HSL | 238.82º | 0.81% | 0.37% | - |
| HSV(B) | 238.82º | 0.89% | 0.67% | - |
| XYZ | 7.87 | 3.61 | 38.81 | - |
| YUV | 37.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 171 | 0.89 | 0.88 | 0 | 0.33 | 238.82 | 0.81 | 0.37 |
| Hex | 12 | 15 | AB | 59 | 58 | 0 | 21 | EF | 51 | 25 |
| Octal | 22 | 25 | 253 | 131 | 130 | 0 | 41 | 357 | 121 | 45 |
| Binary | 10010 | 10101 | 10101011 | 1011001 | 1011000 | 0 | 100001 | 11101111 | 1010001 | 100101 |
Color Harmonies of #1215AB
Complementary color
Monochromatic Colors of #1215AB
Black with #1215AB
Text Example
Text Example
White with #1215AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215AB; }
p { color: rgb(18,21,171); }
H1.HeaderClassName
{
color: #1215AB;
}
.AnyTagClassName
{
color: #1215AB;
}
</style>
background-color css
<style>
a { background-color: #1215AB; }
a { background-color: rgb(18,21,171); }
div.DivClassName
{
background-color: #1215AB;
}
.BgClassName
{
background-color: #1215AB;
}
</style>
border-color css
<style>
span { border-color: #1215AB; }
span { border-color: rgb(18,21,171); }
td.TdClassName
{
border-color: #1215AB;
}
.TagClassName
{
border-color: #1215AB;
}
</style>