Shades of Ultramarine #1213AA
Tints of Ultramarine #1213AA
RGB
CMYK
RGB Variations
Color information
#1213AA (or 0x1213AA) is known color: Ultramarine. HEX triplet: 12, 13 and AA. RGB value is (18,19,170). Sum of RGB (Red+Green+Blue) = 18+19+170=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #1213AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1213AA is #EDEC55. Grayscale: #232323. Windows color (decimal): -15592534 or 11146002. OLE color: 11146002.
HSL color Cylindrical-coordinate representation of color #1213AA: hue angle of 239.61º 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 #1213AA is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 19 | 170 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.33 |
| HSL | 239.61º | 0.81% | 0.37% | - |
| HSV(B) | 239.61º | 0.89% | 0.67% | - |
| XYZ | 7.74 | 3.5 | 38.3 | - |
| YUV | 35.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 170 | 0.89 | 0.89 | 0 | 0.33 | 239.61 | 0.81 | 0.37 |
| Hex | 12 | 13 | AA | 59 | 59 | 0 | 21 | F0 | 51 | 25 |
| Octal | 22 | 23 | 252 | 131 | 131 | 0 | 41 | 360 | 121 | 45 |
| Binary | 10010 | 10011 | 10101010 | 1011001 | 1011001 | 0 | 100001 | 11110000 | 1010001 | 100101 |
Color Harmonies of #1213AA
Complementary color
Monochromatic Colors of #1213AA
Black with #1213AA
Text Example
Text Example
White with #1213AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213AA; }
p { color: rgb(18,19,170); }
H1.HeaderClassName
{
color: #1213AA;
}
.AnyTagClassName
{
color: #1213AA;
}
</style>
background-color css
<style>
a { background-color: #1213AA; }
a { background-color: rgb(18,19,170); }
div.DivClassName
{
background-color: #1213AA;
}
.BgClassName
{
background-color: #1213AA;
}
</style>
border-color css
<style>
span { border-color: #1213AA; }
span { border-color: rgb(18,19,170); }
td.TdClassName
{
border-color: #1213AA;
}
.TagClassName
{
border-color: #1213AA;
}
</style>