Shades of Ultramarine #1A15AE
Tints of Ultramarine #1A15AE
RGB
CMYK
RGB Variations
Color information
#1A15AE (or 0x1A15AE) is known color: Ultramarine. HEX triplet: 1A, 15 and AE. RGB value is (26,21,174). Sum of RGB (Red+Green+Blue) = 26+21+174=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A15AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A15AE is #E5EA51. Grayscale: #272727. Windows color (decimal): -15067730 or 11408666. OLE color: 11408666.
HSL color Cylindrical-coordinate representation of color #1A15AE: hue angle of 241.96º degrees, saturation: 0.78, 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 #1A15AE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 21 | 174 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.32 |
| HSL | 241.96º | 0.78% | 0.38% | - |
| HSV(B) | 241.96º | 0.88% | 0.68% | - |
| XYZ | 8.33 | 3.81 | 40.34 | - |
| YUV | 39.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 174 | 0.85 | 0.88 | 0 | 0.32 | 241.96 | 0.78 | 0.38 |
| Hex | 1A | 15 | AE | 55 | 58 | 0 | 20 | F2 | 4E | 26 |
| Octal | 32 | 25 | 256 | 125 | 130 | 0 | 40 | 362 | 116 | 46 |
| Binary | 11010 | 10101 | 10101110 | 1010101 | 1011000 | 0 | 100000 | 11110010 | 1001110 | 100110 |
Color Harmonies of #1A15AE
Complementary color
Monochromatic Colors of #1A15AE
Black with #1A15AE
Text Example
Text Example
White with #1A15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A15AE; }
p { color: rgb(26,21,174); }
H1.HeaderClassName
{
color: #1A15AE;
}
.AnyTagClassName
{
color: #1A15AE;
}
</style>
background-color css
<style>
a { background-color: #1A15AE; }
a { background-color: rgb(26,21,174); }
div.DivClassName
{
background-color: #1A15AE;
}
.BgClassName
{
background-color: #1A15AE;
}
</style>
border-color css
<style>
span { border-color: #1A15AE; }
span { border-color: rgb(26,21,174); }
td.TdClassName
{
border-color: #1A15AE;
}
.TagClassName
{
border-color: #1A15AE;
}
</style>