Shades of Ultramarine #1217AB
Tints of Ultramarine #1217AB
RGB
CMYK
RGB Variations
Color information
#1217AB (or 0x1217AB) is known color: Ultramarine. HEX triplet: 12, 17 and AB. RGB value is (18,23,171). Sum of RGB (Red+Green+Blue) = 18+23+171=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #1217AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1217AB is #EDE854. Grayscale: #252525. Windows color (decimal): -15591509 or 11212562. OLE color: 11212562.
HSL color Cylindrical-coordinate representation of color #1217AB: hue angle of 238.04º 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 #1217AB is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 23 | 171 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.33 |
| HSL | 238.04º | 0.81% | 0.37% | - |
| HSV(B) | 238.04º | 0.89% | 0.67% | - |
| XYZ | 7.91 | 3.68 | 38.82 | - |
| YUV | 38.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 171 | 0.89 | 0.87 | 0 | 0.33 | 238.04 | 0.81 | 0.37 |
| Hex | 12 | 17 | AB | 59 | 57 | 0 | 21 | EE | 51 | 25 |
| Octal | 22 | 27 | 253 | 131 | 127 | 0 | 41 | 356 | 121 | 45 |
| Binary | 10010 | 10111 | 10101011 | 1011001 | 1010111 | 0 | 100001 | 11101110 | 1010001 | 100101 |
Color Harmonies of #1217AB
Complementary color
Monochromatic Colors of #1217AB
Black with #1217AB
Text Example
Text Example
White with #1217AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217AB; }
p { color: rgb(18,23,171); }
H1.HeaderClassName
{
color: #1217AB;
}
.AnyTagClassName
{
color: #1217AB;
}
</style>
background-color css
<style>
a { background-color: #1217AB; }
a { background-color: rgb(18,23,171); }
div.DivClassName
{
background-color: #1217AB;
}
.BgClassName
{
background-color: #1217AB;
}
</style>
border-color css
<style>
span { border-color: #1217AB; }
span { border-color: rgb(18,23,171); }
td.TdClassName
{
border-color: #1217AB;
}
.TagClassName
{
border-color: #1217AB;
}
</style>