Shades of Ultramarine #1A0C95
Tints of Ultramarine #1A0C95
RGB
CMYK
RGB Variations
Color information
#1A0C95 (or 0x1A0C95) is known color: Ultramarine. HEX triplet: 1A, 0C and 95. RGB value is (26,12,149). Sum of RGB (Red+Green+Blue) = 26+12+149=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A0C95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0C95 is #E5F36A. Grayscale: #1F1F1F. Windows color (decimal): -15070059 or 9767962. OLE color: 9767962.
HSL color Cylindrical-coordinate representation of color #1A0C95: hue angle of 246.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0C95 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 12 | 149 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.42 |
| HSL | 246.13º | 0.85% | 0.32% | - |
| HSV(B) | 246.13º | 0.92% | 0.58% | - |
| XYZ | 5.98 | 2.65 | 28.63 | - |
| YUV | 31.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 149 | 0.83 | 0.92 | 0 | 0.42 | 246.13 | 0.85 | 0.32 |
| Hex | 1A | C | 95 | 53 | 5C | 0 | 2A | F6 | 55 | 20 |
| Octal | 32 | 14 | 225 | 123 | 134 | 0 | 52 | 366 | 125 | 40 |
| Binary | 11010 | 1100 | 10010101 | 1010011 | 1011100 | 0 | 101010 | 11110110 | 1010101 | 100000 |
Color Harmonies of #1A0C95
Complementary color
Monochromatic Colors of #1A0C95
Black with #1A0C95
Text Example
Text Example
White with #1A0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C95; }
p { color: rgb(26,12,149); }
H1.HeaderClassName
{
color: #1A0C95;
}
.AnyTagClassName
{
color: #1A0C95;
}
</style>
background-color css
<style>
a { background-color: #1A0C95; }
a { background-color: rgb(26,12,149); }
div.DivClassName
{
background-color: #1A0C95;
}
.BgClassName
{
background-color: #1A0C95;
}
</style>
border-color css
<style>
span { border-color: #1A0C95; }
span { border-color: rgb(26,12,149); }
td.TdClassName
{
border-color: #1A0C95;
}
.TagClassName
{
border-color: #1A0C95;
}
</style>