Shades of Ultramarine #1415AB
Tints of Ultramarine #1415AB
RGB
CMYK
RGB Variations
Color information
#1415AB (or 0x1415AB) is known color: Ultramarine. HEX triplet: 14, 15 and AB. RGB value is (20,21,171). Sum of RGB (Red+Green+Blue) = 20+21+171=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #1415AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1415AB is #EBEA54. Grayscale: #252525. Windows color (decimal): -15460949 or 11212052. OLE color: 11212052.
HSL color Cylindrical-coordinate representation of color #1415AB: hue angle of 239.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1415AB is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 21 | 171 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.33 |
| HSL | 239.6º | 0.79% | 0.37% | - |
| HSV(B) | 239.6º | 0.88% | 0.67% | - |
| XYZ | 7.91 | 3.63 | 38.81 | - |
| YUV | 37.8 | 203.17 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 171 | 0.88 | 0.88 | 0 | 0.33 | 239.6 | 0.79 | 0.37 |
| Hex | 14 | 15 | AB | 58 | 58 | 0 | 21 | F0 | 4F | 25 |
| Octal | 24 | 25 | 253 | 130 | 130 | 0 | 41 | 360 | 117 | 45 |
| Binary | 10100 | 10101 | 10101011 | 1011000 | 1011000 | 0 | 100001 | 11110000 | 1001111 | 100101 |
Color Harmonies of #1415AB
Complementary color
Monochromatic Colors of #1415AB
Black with #1415AB
Text Example
Text Example
White with #1415AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1415AB; }
p { color: rgb(20,21,171); }
H1.HeaderClassName
{
color: #1415AB;
}
.AnyTagClassName
{
color: #1415AB;
}
</style>
background-color css
<style>
a { background-color: #1415AB; }
a { background-color: rgb(20,21,171); }
div.DivClassName
{
background-color: #1415AB;
}
.BgClassName
{
background-color: #1415AB;
}
</style>
border-color css
<style>
span { border-color: #1415AB; }
span { border-color: rgb(20,21,171); }
td.TdClassName
{
border-color: #1415AB;
}
.TagClassName
{
border-color: #1415AB;
}
</style>