Shades of Ultramarine #1415AD
Tints of Ultramarine #1415AD
RGB
CMYK
RGB Variations
Color information
#1415AD (or 0x1415AD) is known color: Ultramarine. HEX triplet: 14, 15 and AD. RGB value is (20,21,173). Sum of RGB (Red+Green+Blue) = 20+21+173=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #1415AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1415AD is #EBEA52. Grayscale: #252525. Windows color (decimal): -15460947 or 11343124. OLE color: 11343124.
HSL color Cylindrical-coordinate representation of color #1415AD: hue angle of 239.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1415AD is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 21 | 173 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.32 |
| HSL | 239.61º | 0.79% | 0.38% | - |
| HSV(B) | 239.61º | 0.88% | 0.68% | - |
| XYZ | 8.1 | 3.7 | 39.82 | - |
| YUV | 38.03 | 204.17 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 173 | 0.88 | 0.88 | 0 | 0.32 | 239.61 | 0.79 | 0.38 |
| Hex | 14 | 15 | AD | 58 | 58 | 0 | 20 | F0 | 4F | 26 |
| Octal | 24 | 25 | 255 | 130 | 130 | 0 | 40 | 360 | 117 | 46 |
| Binary | 10100 | 10101 | 10101101 | 1011000 | 1011000 | 0 | 100000 | 11110000 | 1001111 | 100110 |
Color Harmonies of #1415AD
Complementary color
Monochromatic Colors of #1415AD
Black with #1415AD
Text Example
Text Example
White with #1415AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1415AD; }
p { color: rgb(20,21,173); }
H1.HeaderClassName
{
color: #1415AD;
}
.AnyTagClassName
{
color: #1415AD;
}
</style>
background-color css
<style>
a { background-color: #1415AD; }
a { background-color: rgb(20,21,173); }
div.DivClassName
{
background-color: #1415AD;
}
.BgClassName
{
background-color: #1415AD;
}
</style>
border-color css
<style>
span { border-color: #1415AD; }
span { border-color: rgb(20,21,173); }
td.TdClassName
{
border-color: #1415AD;
}
.TagClassName
{
border-color: #1415AD;
}
</style>