Shades of Ultramarine #1A1691
Tints of Ultramarine #1A1691
RGB
CMYK
RGB Variations
Color information
#1A1691 (or 0x1A1691) is known color: Ultramarine. HEX triplet: 1A, 16 and 91. RGB value is (26,22,145). Sum of RGB (Red+Green+Blue) = 26+22+145=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A1691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1691 is #E5E96E. Grayscale: #242424. Windows color (decimal): -15067503 or 9508378. OLE color: 9508378.
HSL color Cylindrical-coordinate representation of color #1A1691: hue angle of 241.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1691 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 22 | 145 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.43 |
| HSL | 241.95º | 0.74% | 0.33% | - |
| HSV(B) | 241.95º | 0.85% | 0.57% | - |
| XYZ | 5.82 | 2.84 | 27.03 | - |
| YUV | 37.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 145 | 0.82 | 0.85 | 0 | 0.43 | 241.95 | 0.74 | 0.33 |
| Hex | 1A | 16 | 91 | 52 | 55 | 0 | 2B | F2 | 4A | 21 |
| Octal | 32 | 26 | 221 | 122 | 125 | 0 | 53 | 362 | 112 | 41 |
| Binary | 11010 | 10110 | 10010001 | 1010010 | 1010101 | 0 | 101011 | 11110010 | 1001010 | 100001 |
Color Harmonies of #1A1691
Complementary color
Monochromatic Colors of #1A1691
Black with #1A1691
Text Example
Text Example
White with #1A1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1691; }
p { color: rgb(26,22,145); }
H1.HeaderClassName
{
color: #1A1691;
}
.AnyTagClassName
{
color: #1A1691;
}
</style>
background-color css
<style>
a { background-color: #1A1691; }
a { background-color: rgb(26,22,145); }
div.DivClassName
{
background-color: #1A1691;
}
.BgClassName
{
background-color: #1A1691;
}
</style>
border-color css
<style>
span { border-color: #1A1691; }
span { border-color: rgb(26,22,145); }
td.TdClassName
{
border-color: #1A1691;
}
.TagClassName
{
border-color: #1A1691;
}
</style>