Shades of Ultramarine #1517AF
Tints of Ultramarine #1517AF
RGB
CMYK
RGB Variations
Color information
#1517AF (or 0x1517AF) is known color: Ultramarine. HEX triplet: 15, 17 and AF. RGB value is (21,23,175). Sum of RGB (Red+Green+Blue) = 21+23+175=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #1517AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1517AF is #EAE850. Grayscale: #272727. Windows color (decimal): -15394897 or 11474709. OLE color: 11474709.
HSL color Cylindrical-coordinate representation of color #1517AF: hue angle of 239.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1517AF is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 23 | 175 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.31 |
| HSL | 239.22º | 0.79% | 0.38% | - |
| HSV(B) | 239.22º | 0.88% | 0.69% | - |
| XYZ | 8.35 | 3.87 | 40.86 | - |
| YUV | 39.73 | 204.34 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 175 | 0.88 | 0.87 | 0 | 0.31 | 239.22 | 0.79 | 0.38 |
| Hex | 15 | 17 | AF | 58 | 57 | 0 | 1F | EF | 4F | 26 |
| Octal | 25 | 27 | 257 | 130 | 127 | 0 | 37 | 357 | 117 | 46 |
| Binary | 10101 | 10111 | 10101111 | 1011000 | 1010111 | 0 | 11111 | 11101111 | 1001111 | 100110 |
Color Harmonies of #1517AF
Complementary color
Monochromatic Colors of #1517AF
Black with #1517AF
Text Example
Text Example
White with #1517AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517AF; }
p { color: rgb(21,23,175); }
H1.HeaderClassName
{
color: #1517AF;
}
.AnyTagClassName
{
color: #1517AF;
}
</style>
background-color css
<style>
a { background-color: #1517AF; }
a { background-color: rgb(21,23,175); }
div.DivClassName
{
background-color: #1517AF;
}
.BgClassName
{
background-color: #1517AF;
}
</style>
border-color css
<style>
span { border-color: #1517AF; }
span { border-color: rgb(21,23,175); }
td.TdClassName
{
border-color: #1517AF;
}
.TagClassName
{
border-color: #1517AF;
}
</style>