Shades of Ultramarine #1214AA
Tints of Ultramarine #1214AA
RGB
CMYK
RGB Variations
Color information
#1214AA (or 0x1214AA) is known color: Ultramarine. HEX triplet: 12, 14 and AA. RGB value is (18,20,170). Sum of RGB (Red+Green+Blue) = 18+20+170=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #1214AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1214AA is #EDEB55. Grayscale: #232323. Windows color (decimal): -15592278 or 11146258. OLE color: 11146258.
HSL color Cylindrical-coordinate representation of color #1214AA: hue angle of 239.21º 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 #1214AA is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 20 | 170 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.33 |
| HSL | 239.21º | 0.81% | 0.37% | - |
| HSV(B) | 239.21º | 0.89% | 0.67% | - |
| XYZ | 7.76 | 3.53 | 38.3 | - |
| YUV | 36.5 | 203.34 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 170 | 0.89 | 0.88 | 0 | 0.33 | 239.21 | 0.81 | 0.37 |
| Hex | 12 | 14 | AA | 59 | 58 | 0 | 21 | EF | 51 | 25 |
| Octal | 22 | 24 | 252 | 131 | 130 | 0 | 41 | 357 | 121 | 45 |
| Binary | 10010 | 10100 | 10101010 | 1011001 | 1011000 | 0 | 100001 | 11101111 | 1010001 | 100101 |
Color Harmonies of #1214AA
Complementary color
Monochromatic Colors of #1214AA
Black with #1214AA
Text Example
Text Example
White with #1214AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214AA; }
p { color: rgb(18,20,170); }
H1.HeaderClassName
{
color: #1214AA;
}
.AnyTagClassName
{
color: #1214AA;
}
</style>
background-color css
<style>
a { background-color: #1214AA; }
a { background-color: rgb(18,20,170); }
div.DivClassName
{
background-color: #1214AA;
}
.BgClassName
{
background-color: #1214AA;
}
</style>
border-color css
<style>
span { border-color: #1214AA; }
span { border-color: rgb(18,20,170); }
td.TdClassName
{
border-color: #1214AA;
}
.TagClassName
{
border-color: #1214AA;
}
</style>