Shades of Ultramarine #1511AF
Tints of Ultramarine #1511AF
RGB
CMYK
RGB Variations
Color information
#1511AF (or 0x1511AF) is known color: Ultramarine. HEX triplet: 15, 11 and AF. RGB value is (21,17,175). Sum of RGB (Red+Green+Blue) = 21+17+175=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #1511AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1511AF is #EAEE50. Grayscale: #232323. Windows color (decimal): -15396433 or 11473173. OLE color: 11473173.
HSL color Cylindrical-coordinate representation of color #1511AF: hue angle of 241.52º degrees, saturation: 0.82, 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 #1511AF is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 17 | 175 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.31 |
| HSL | 241.52º | 0.82% | 0.38% | - |
| HSV(B) | 241.52º | 0.9% | 0.69% | - |
| XYZ | 8.25 | 3.66 | 40.83 | - |
| YUV | 36.21 | 206.33 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 175 | 0.88 | 0.90 | 0 | 0.31 | 241.52 | 0.82 | 0.38 |
| Hex | 15 | 11 | AF | 58 | 5A | 0 | 1F | F2 | 52 | 26 |
| Octal | 25 | 21 | 257 | 130 | 132 | 0 | 37 | 362 | 122 | 46 |
| Binary | 10101 | 10001 | 10101111 | 1011000 | 1011010 | 0 | 11111 | 11110010 | 1010010 | 100110 |
Color Harmonies of #1511AF
Complementary color
Monochromatic Colors of #1511AF
Black with #1511AF
Text Example
Text Example
White with #1511AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511AF; }
p { color: rgb(21,17,175); }
H1.HeaderClassName
{
color: #1511AF;
}
.AnyTagClassName
{
color: #1511AF;
}
</style>
background-color css
<style>
a { background-color: #1511AF; }
a { background-color: rgb(21,17,175); }
div.DivClassName
{
background-color: #1511AF;
}
.BgClassName
{
background-color: #1511AF;
}
</style>
border-color css
<style>
span { border-color: #1511AF; }
span { border-color: rgb(21,17,175); }
td.TdClassName
{
border-color: #1511AF;
}
.TagClassName
{
border-color: #1511AF;
}
</style>