Shades of Ultramarine #1A0F95
Tints of Ultramarine #1A0F95
RGB
CMYK
RGB Variations
Color information
#1A0F95 (or 0x1A0F95) is known color: Ultramarine. HEX triplet: 1A, 0F and 95. RGB value is (26,15,149). Sum of RGB (Red+Green+Blue) = 26+15+149=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A0F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0F95 is #E5F06A. Grayscale: #212121. Windows color (decimal): -15069291 or 9768730. OLE color: 9768730.
HSL color Cylindrical-coordinate representation of color #1A0F95: hue angle of 244.93º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0F95 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 15 | 149 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.42 |
| HSL | 244.93º | 0.82% | 0.32% | - |
| HSV(B) | 244.93º | 0.9% | 0.58% | - |
| XYZ | 6.02 | 2.73 | 28.64 | - |
| YUV | 33.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 149 | 0.83 | 0.90 | 0 | 0.42 | 244.93 | 0.82 | 0.32 |
| Hex | 1A | F | 95 | 53 | 5A | 0 | 2A | F5 | 52 | 20 |
| Octal | 32 | 17 | 225 | 123 | 132 | 0 | 52 | 365 | 122 | 40 |
| Binary | 11010 | 1111 | 10010101 | 1010011 | 1011010 | 0 | 101010 | 11110101 | 1010010 | 100000 |
Color Harmonies of #1A0F95
Complementary color
Monochromatic Colors of #1A0F95
Black with #1A0F95
Text Example
Text Example
White with #1A0F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F95; }
p { color: rgb(26,15,149); }
H1.HeaderClassName
{
color: #1A0F95;
}
.AnyTagClassName
{
color: #1A0F95;
}
</style>
background-color css
<style>
a { background-color: #1A0F95; }
a { background-color: rgb(26,15,149); }
div.DivClassName
{
background-color: #1A0F95;
}
.BgClassName
{
background-color: #1A0F95;
}
</style>
border-color css
<style>
span { border-color: #1A0F95; }
span { border-color: rgb(26,15,149); }
td.TdClassName
{
border-color: #1A0F95;
}
.TagClassName
{
border-color: #1A0F95;
}
</style>