Shades of Ultramarine #1215AC
Tints of Ultramarine #1215AC
RGB
CMYK
RGB Variations
Color information
#1215AC (or 0x1215AC) is known color: Ultramarine. HEX triplet: 12, 15 and AC. RGB value is (18,21,172). Sum of RGB (Red+Green+Blue) = 18+21+172=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1215AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1215AC is #EDEA53. Grayscale: #242424. Windows color (decimal): -15592020 or 11277586. OLE color: 11277586.
HSL color Cylindrical-coordinate representation of color #1215AC: hue angle of 238.83º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1215AC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 21 | 172 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.33 |
| HSL | 238.83º | 0.81% | 0.37% | - |
| HSV(B) | 238.83º | 0.9% | 0.67% | - |
| XYZ | 7.96 | 3.64 | 39.31 | - |
| YUV | 37.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 172 | 0.90 | 0.88 | 0 | 0.33 | 238.83 | 0.81 | 0.37 |
| Hex | 12 | 15 | AC | 5A | 58 | 0 | 21 | EF | 51 | 25 |
| Octal | 22 | 25 | 254 | 132 | 130 | 0 | 41 | 357 | 121 | 45 |
| Binary | 10010 | 10101 | 10101100 | 1011010 | 1011000 | 0 | 100001 | 11101111 | 1010001 | 100101 |
Color Harmonies of #1215AC
Complementary color
Monochromatic Colors of #1215AC
Black with #1215AC
Text Example
Text Example
White with #1215AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215AC; }
p { color: rgb(18,21,172); }
H1.HeaderClassName
{
color: #1215AC;
}
.AnyTagClassName
{
color: #1215AC;
}
</style>
background-color css
<style>
a { background-color: #1215AC; }
a { background-color: rgb(18,21,172); }
div.DivClassName
{
background-color: #1215AC;
}
.BgClassName
{
background-color: #1215AC;
}
</style>
border-color css
<style>
span { border-color: #1215AC; }
span { border-color: rgb(18,21,172); }
td.TdClassName
{
border-color: #1215AC;
}
.TagClassName
{
border-color: #1215AC;
}
</style>