Shades of Ultramarine #1A0077
Tints of Ultramarine #1A0077
RGB
CMYK
RGB Variations
Color information
#1A0077 (or 0x1A0077) is known color: Ultramarine. HEX triplet: 1A, 00 and 77. RGB value is (26,0,119). Sum of RGB (Red+Green+Blue) = 26+0+119=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0077 is #E5FF88. Grayscale: #141414. Windows color (decimal): -15073161 or 7798810. OLE color: 7798810.
HSL color Cylindrical-coordinate representation of color #1A0077: hue angle of 253.11º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0077 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 0 | 119 | - |
| CMYK | 0.78 | 1 | 0 | 0.53 |
| HSL | 253.11º | 1% | 0.23% | - |
| HSV(B) | 253.11º | 1% | 0.47% | - |
| XYZ | 3.76 | 1.55 | 17.55 | - |
| YUV | 21.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 119 | 0.78 | 1 | 0 | 0.53 | 253.11 | 1 | 0.23 |
| Hex | 1A | 0 | 77 | 4E | 64 | 0 | 35 | FD | 64 | 17 |
| Octal | 32 | 0 | 167 | 116 | 144 | 0 | 65 | 375 | 144 | 27 |
| Binary | 11010 | 0 | 1110111 | 1001110 | 1100100 | 0 | 110101 | 11111101 | 1100100 | 10111 |
Color Harmonies of #1A0077
Complementary color
Monochromatic Colors of #1A0077
Black with #1A0077
Text Example
Text Example
White with #1A0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0077; }
p { color: rgb(26,0,119); }
H1.HeaderClassName
{
color: #1A0077;
}
.AnyTagClassName
{
color: #1A0077;
}
</style>
background-color css
<style>
a { background-color: #1A0077; }
a { background-color: rgb(26,0,119); }
div.DivClassName
{
background-color: #1A0077;
}
.BgClassName
{
background-color: #1A0077;
}
</style>
border-color css
<style>
span { border-color: #1A0077; }
span { border-color: rgb(26,0,119); }
td.TdClassName
{
border-color: #1A0077;
}
.TagClassName
{
border-color: #1A0077;
}
</style>