Shades of Ultramarine #1A1991
Tints of Ultramarine #1A1991
RGB
CMYK
RGB Variations
Color information
#1A1991 (or 0x1A1991) is known color: Ultramarine. HEX triplet: 1A, 19 and 91. RGB value is (26,25,145). Sum of RGB (Red+Green+Blue) = 26+25+145=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A1991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1991 is #E5E66E. Grayscale: #262626. Windows color (decimal): -15066735 or 9509146. OLE color: 9509146.
HSL color Cylindrical-coordinate representation of color #1A1991: hue angle of 240.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1991 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 25 | 145 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.43 |
| HSL | 240.5º | 0.71% | 0.33% | - |
| HSV(B) | 240.5º | 0.83% | 0.57% | - |
| XYZ | 5.88 | 2.96 | 27.05 | - |
| YUV | 38.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 145 | 0.82 | 0.83 | 0 | 0.43 | 240.5 | 0.71 | 0.33 |
| Hex | 1A | 19 | 91 | 52 | 53 | 0 | 2B | F0 | 47 | 21 |
| Octal | 32 | 31 | 221 | 122 | 123 | 0 | 53 | 360 | 107 | 41 |
| Binary | 11010 | 11001 | 10010001 | 1010010 | 1010011 | 0 | 101011 | 11110000 | 1000111 | 100001 |
Color Harmonies of #1A1991
Complementary color
Monochromatic Colors of #1A1991
Black with #1A1991
Text Example
Text Example
White with #1A1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1991; }
p { color: rgb(26,25,145); }
H1.HeaderClassName
{
color: #1A1991;
}
.AnyTagClassName
{
color: #1A1991;
}
</style>
background-color css
<style>
a { background-color: #1A1991; }
a { background-color: rgb(26,25,145); }
div.DivClassName
{
background-color: #1A1991;
}
.BgClassName
{
background-color: #1A1991;
}
</style>
border-color css
<style>
span { border-color: #1A1991; }
span { border-color: rgb(26,25,145); }
td.TdClassName
{
border-color: #1A1991;
}
.TagClassName
{
border-color: #1A1991;
}
</style>