Shades of Ultramarine #1714AF
Tints of Ultramarine #1714AF
RGB
CMYK
RGB Variations
Color information
#1714AF (or 0x1714AF) is known color: Ultramarine. HEX triplet: 17, 14 and AF. RGB value is (23,20,175). Sum of RGB (Red+Green+Blue) = 23+20+175=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #1714AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1714AF is #E8EB50. Grayscale: #252525. Windows color (decimal): -15264593 or 11473943. OLE color: 11473943.
HSL color Cylindrical-coordinate representation of color #1714AF: hue angle of 241.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1714AF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 20 | 175 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.31 |
| HSL | 241.16º | 0.79% | 0.38% | - |
| HSV(B) | 241.16º | 0.89% | 0.69% | - |
| XYZ | 8.34 | 3.78 | 40.85 | - |
| YUV | 38.57 | 204.99 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 175 | 0.87 | 0.89 | 0 | 0.31 | 241.16 | 0.79 | 0.38 |
| Hex | 17 | 14 | AF | 57 | 59 | 0 | 1F | F1 | 4F | 26 |
| Octal | 27 | 24 | 257 | 127 | 131 | 0 | 37 | 361 | 117 | 46 |
| Binary | 10111 | 10100 | 10101111 | 1010111 | 1011001 | 0 | 11111 | 11110001 | 1001111 | 100110 |
Color Harmonies of #1714AF
Complementary color
Monochromatic Colors of #1714AF
Black with #1714AF
Text Example
Text Example
White with #1714AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1714AF; }
p { color: rgb(23,20,175); }
H1.HeaderClassName
{
color: #1714AF;
}
.AnyTagClassName
{
color: #1714AF;
}
</style>
background-color css
<style>
a { background-color: #1714AF; }
a { background-color: rgb(23,20,175); }
div.DivClassName
{
background-color: #1714AF;
}
.BgClassName
{
background-color: #1714AF;
}
</style>
border-color css
<style>
span { border-color: #1714AF; }
span { border-color: rgb(23,20,175); }
td.TdClassName
{
border-color: #1714AF;
}
.TagClassName
{
border-color: #1714AF;
}
</style>