Shades of Ultramarine #1A0CAE
Tints of Ultramarine #1A0CAE
RGB
CMYK
RGB Variations
Color information
#1A0CAE (or 0x1A0CAE) is known color: Ultramarine. HEX triplet: 1A, 0C and AE. RGB value is (26,12,174). Sum of RGB (Red+Green+Blue) = 26+12+174=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 174 (68.36% from 255 or 82.08% from 212); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0CAE is #E5F351. Grayscale: #222222. Windows color (decimal): -15070034 or 11406362. OLE color: 11406362.
HSL color Cylindrical-coordinate representation of color #1A0CAE: hue angle of 245.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0CAE is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 12 | 174 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.32 |
| HSL | 245.19º | 0.87% | 0.36% | - |
| HSV(B) | 245.19º | 0.93% | 0.68% | - |
| XYZ | 8.2 | 3.54 | 40.3 | - |
| YUV | 34.65 | 206.64 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 174 | 0.85 | 0.93 | 0 | 0.32 | 245.19 | 0.87 | 0.36 |
| Hex | 1A | C | AE | 55 | 5D | 0 | 20 | F5 | 57 | 24 |
| Octal | 32 | 14 | 256 | 125 | 135 | 0 | 40 | 365 | 127 | 44 |
| Binary | 11010 | 1100 | 10101110 | 1010101 | 1011101 | 0 | 100000 | 11110101 | 1010111 | 100100 |
Color Harmonies of #1A0CAE
Complementary color
Monochromatic Colors of #1A0CAE
Black with #1A0CAE
Text Example
Text Example
White with #1A0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CAE; }
p { color: rgb(26,12,174); }
H1.HeaderClassName
{
color: #1A0CAE;
}
.AnyTagClassName
{
color: #1A0CAE;
}
</style>
background-color css
<style>
a { background-color: #1A0CAE; }
a { background-color: rgb(26,12,174); }
div.DivClassName
{
background-color: #1A0CAE;
}
.BgClassName
{
background-color: #1A0CAE;
}
</style>
border-color css
<style>
span { border-color: #1A0CAE; }
span { border-color: rgb(26,12,174); }
td.TdClassName
{
border-color: #1A0CAE;
}
.TagClassName
{
border-color: #1A0CAE;
}
</style>