Shades of Ultramarine #1712A8
Tints of Ultramarine #1712A8
RGB
CMYK
RGB Variations
Color information
#1712A8 (or 0x1712A8) is known color: Ultramarine. HEX triplet: 17, 12 and A8. RGB value is (23,18,168). Sum of RGB (Red+Green+Blue) = 23+18+168=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 168 (66.02% from 255 or 80.38% from 209); Max value from RGB is 168 - color contains mainly: blue. Hex color #1712A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1712A8 is #E8ED57. Grayscale: #242424. Windows color (decimal): -15265112 or 11014679. OLE color: 11014679.
HSL color Cylindrical-coordinate representation of color #1712A8: hue angle of 242º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1712A8 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 18 | 168 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.34 |
| HSL | 242º | 0.81% | 0.36% | - |
| HSV(B) | 242º | 0.89% | 0.66% | - |
| XYZ | 7.64 | 3.44 | 37.31 | - |
| YUV | 36.6 | 202.16 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 168 | 0.86 | 0.89 | 0 | 0.34 | 242 | 0.81 | 0.36 |
| Hex | 17 | 12 | A8 | 56 | 59 | 0 | 22 | F2 | 51 | 24 |
| Octal | 27 | 22 | 250 | 126 | 131 | 0 | 42 | 362 | 121 | 44 |
| Binary | 10111 | 10010 | 10101000 | 1010110 | 1011001 | 0 | 100010 | 11110010 | 1010001 | 100100 |
Color Harmonies of #1712A8
Complementary color
Monochromatic Colors of #1712A8
Black with #1712A8
Text Example
Text Example
White with #1712A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1712A8; }
p { color: rgb(23,18,168); }
H1.HeaderClassName
{
color: #1712A8;
}
.AnyTagClassName
{
color: #1712A8;
}
</style>
background-color css
<style>
a { background-color: #1712A8; }
a { background-color: rgb(23,18,168); }
div.DivClassName
{
background-color: #1712A8;
}
.BgClassName
{
background-color: #1712A8;
}
</style>
border-color css
<style>
span { border-color: #1712A8; }
span { border-color: rgb(23,18,168); }
td.TdClassName
{
border-color: #1712A8;
}
.TagClassName
{
border-color: #1712A8;
}
</style>