Shades of Ultramarine #1A0691
Tints of Ultramarine #1A0691
RGB
CMYK
RGB Variations
Color information
#1A0691 (or 0x1A0691) is known color: Ultramarine. HEX triplet: 1A, 06 and 91. RGB value is (26,6,145). Sum of RGB (Red+Green+Blue) = 26+6+145=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A0691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0691 is #E5F96E. Grayscale: #1B1B1B. Windows color (decimal): -15071599 or 9504282. OLE color: 9504282.
HSL color Cylindrical-coordinate representation of color #1A0691: hue angle of 248.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0691 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 6 | 145 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.43 |
| HSL | 248.63º | 0.92% | 0.3% | - |
| HSV(B) | 248.63º | 0.96% | 0.57% | - |
| XYZ | 5.6 | 2.39 | 26.95 | - |
| YUV | 27.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 145 | 0.82 | 0.96 | 0 | 0.43 | 248.63 | 0.92 | 0.3 |
| Hex | 1A | 6 | 91 | 52 | 60 | 0 | 2B | F9 | 5C | 1E |
| Octal | 32 | 6 | 221 | 122 | 140 | 0 | 53 | 371 | 134 | 36 |
| Binary | 11010 | 110 | 10010001 | 1010010 | 1100000 | 0 | 101011 | 11111001 | 1011100 | 11110 |
Color Harmonies of #1A0691
Complementary color
Monochromatic Colors of #1A0691
Black with #1A0691
Text Example
Text Example
White with #1A0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0691; }
p { color: rgb(26,6,145); }
H1.HeaderClassName
{
color: #1A0691;
}
.AnyTagClassName
{
color: #1A0691;
}
</style>
background-color css
<style>
a { background-color: #1A0691; }
a { background-color: rgb(26,6,145); }
div.DivClassName
{
background-color: #1A0691;
}
.BgClassName
{
background-color: #1A0691;
}
</style>
border-color css
<style>
span { border-color: #1A0691; }
span { border-color: rgb(26,6,145); }
td.TdClassName
{
border-color: #1A0691;
}
.TagClassName
{
border-color: #1A0691;
}
</style>