Shades of Ultramarine #1513AF
Tints of Ultramarine #1513AF
RGB
CMYK
RGB Variations
Color information
#1513AF (or 0x1513AF) is known color: Ultramarine. HEX triplet: 15, 13 and AF. RGB value is (21,19,175). Sum of RGB (Red+Green+Blue) = 21+19+175=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1513AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1513AF is #EAEC50. Grayscale: #242424. Windows color (decimal): -15395921 or 11473685. OLE color: 11473685.
HSL color Cylindrical-coordinate representation of color #1513AF: hue angle of 240.77º degrees, saturation: 0.8, 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 #1513AF is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 19 | 175 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.31 |
| HSL | 240.77º | 0.8% | 0.38% | - |
| HSV(B) | 240.77º | 0.89% | 0.69% | - |
| XYZ | 8.28 | 3.72 | 40.84 | - |
| YUV | 37.38 | 205.66 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 175 | 0.88 | 0.89 | 0 | 0.31 | 240.77 | 0.8 | 0.38 |
| Hex | 15 | 13 | AF | 58 | 59 | 0 | 1F | F1 | 50 | 26 |
| Octal | 25 | 23 | 257 | 130 | 131 | 0 | 37 | 361 | 120 | 46 |
| Binary | 10101 | 10011 | 10101111 | 1011000 | 1011001 | 0 | 11111 | 11110001 | 1010000 | 100110 |
Color Harmonies of #1513AF
Complementary color
Monochromatic Colors of #1513AF
Black with #1513AF
Text Example
Text Example
White with #1513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1513AF; }
p { color: rgb(21,19,175); }
H1.HeaderClassName
{
color: #1513AF;
}
.AnyTagClassName
{
color: #1513AF;
}
</style>
background-color css
<style>
a { background-color: #1513AF; }
a { background-color: rgb(21,19,175); }
div.DivClassName
{
background-color: #1513AF;
}
.BgClassName
{
background-color: #1513AF;
}
</style>
border-color css
<style>
span { border-color: #1513AF; }
span { border-color: rgb(21,19,175); }
td.TdClassName
{
border-color: #1513AF;
}
.TagClassName
{
border-color: #1513AF;
}
</style>