Shades of Ultramarine #1214A5
Tints of Ultramarine #1214A5
RGB
CMYK
RGB Variations
Color information
#1214A5 (or 0x1214A5) is known color: Ultramarine. HEX triplet: 12, 14 and A5. RGB value is (18,20,165). Sum of RGB (Red+Green+Blue) = 18+20+165=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 165 (64.84% from 255 or 81.28% from 203); Max value from RGB is 165 - color contains mainly: blue. Hex color #1214A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1214A5 is #EDEB5A. Grayscale: #232323. Windows color (decimal): -15592283 or 10818578. OLE color: 10818578.
HSL color Cylindrical-coordinate representation of color #1214A5: hue angle of 239.18º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1214A5 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 20 | 165 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.35 |
| HSL | 239.18º | 0.8% | 0.36% | - |
| HSV(B) | 239.18º | 0.89% | 0.65% | - |
| XYZ | 7.29 | 3.35 | 35.86 | - |
| YUV | 35.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 165 | 0.89 | 0.88 | 0 | 0.35 | 239.18 | 0.8 | 0.36 |
| Hex | 12 | 14 | A5 | 59 | 58 | 0 | 23 | EF | 50 | 24 |
| Octal | 22 | 24 | 245 | 131 | 130 | 0 | 43 | 357 | 120 | 44 |
| Binary | 10010 | 10100 | 10100101 | 1011001 | 1011000 | 0 | 100011 | 11101111 | 1010000 | 100100 |
Color Harmonies of #1214A5
Complementary color
Monochromatic Colors of #1214A5
Black with #1214A5
Text Example
Text Example
White with #1214A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214A5; }
p { color: rgb(18,20,165); }
H1.HeaderClassName
{
color: #1214A5;
}
.AnyTagClassName
{
color: #1214A5;
}
</style>
background-color css
<style>
a { background-color: #1214A5; }
a { background-color: rgb(18,20,165); }
div.DivClassName
{
background-color: #1214A5;
}
.BgClassName
{
background-color: #1214A5;
}
</style>
border-color css
<style>
span { border-color: #1214A5; }
span { border-color: rgb(18,20,165); }
td.TdClassName
{
border-color: #1214A5;
}
.TagClassName
{
border-color: #1214A5;
}
</style>