Shades of Ultramarine #1712AF
Tints of Ultramarine #1712AF
RGB
CMYK
RGB Variations
Color information
#1712AF (or 0x1712AF) is known color: Ultramarine. HEX triplet: 17, 12 and AF. RGB value is (23,18,175). Sum of RGB (Red+Green+Blue) = 23+18+175=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #1712AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1712AF is #E8ED50. Grayscale: #242424. Windows color (decimal): -15265105 or 11473431. OLE color: 11473431.
HSL color Cylindrical-coordinate representation of color #1712AF: hue angle of 241.91º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1712AF is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 18 | 175 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.31 |
| HSL | 241.91º | 0.81% | 0.38% | - |
| HSV(B) | 241.91º | 0.9% | 0.69% | - |
| XYZ | 8.31 | 3.71 | 40.84 | - |
| YUV | 37.39 | 205.66 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 175 | 0.87 | 0.90 | 0 | 0.31 | 241.91 | 0.81 | 0.38 |
| Hex | 17 | 12 | AF | 57 | 5A | 0 | 1F | F2 | 51 | 26 |
| Octal | 27 | 22 | 257 | 127 | 132 | 0 | 37 | 362 | 121 | 46 |
| Binary | 10111 | 10010 | 10101111 | 1010111 | 1011010 | 0 | 11111 | 11110010 | 1010001 | 100110 |
Color Harmonies of #1712AF
Complementary color
Monochromatic Colors of #1712AF
Black with #1712AF
Text Example
Text Example
White with #1712AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1712AF; }
p { color: rgb(23,18,175); }
H1.HeaderClassName
{
color: #1712AF;
}
.AnyTagClassName
{
color: #1712AF;
}
</style>
background-color css
<style>
a { background-color: #1712AF; }
a { background-color: rgb(23,18,175); }
div.DivClassName
{
background-color: #1712AF;
}
.BgClassName
{
background-color: #1712AF;
}
</style>
border-color css
<style>
span { border-color: #1712AF; }
span { border-color: rgb(23,18,175); }
td.TdClassName
{
border-color: #1712AF;
}
.TagClassName
{
border-color: #1712AF;
}
</style>