Shades of Ultramarine #1A2191
Tints of Ultramarine #1A2191
RGB
CMYK
RGB Variations
Color information
#1A2191 (or 0x1A2191) is known color: Ultramarine. HEX triplet: 1A, 21 and 91. RGB value is (26,33,145). Sum of RGB (Red+Green+Blue) = 26+33+145=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A2191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2191 is #E5DE6E. Grayscale: #2B2B2B. Windows color (decimal): -15064687 or 9511194. OLE color: 9511194.
HSL color Cylindrical-coordinate representation of color #1A2191: hue angle of 236.47º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2191 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 33 | 145 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.43 |
| HSL | 236.47º | 0.7% | 0.34% | - |
| HSV(B) | 236.47º | 0.82% | 0.57% | - |
| XYZ | 6.08 | 3.35 | 27.11 | - |
| YUV | 43.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 145 | 0.82 | 0.77 | 0 | 0.43 | 236.47 | 0.7 | 0.34 |
| Hex | 1A | 21 | 91 | 52 | 4D | 0 | 2B | EC | 46 | 22 |
| Octal | 32 | 41 | 221 | 122 | 115 | 0 | 53 | 354 | 106 | 42 |
| Binary | 11010 | 100001 | 10010001 | 1010010 | 1001101 | 0 | 101011 | 11101100 | 1000110 | 100010 |
Color Harmonies of #1A2191
Complementary color
Monochromatic Colors of #1A2191
Black with #1A2191
Text Example
Text Example
White with #1A2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2191; }
p { color: rgb(26,33,145); }
H1.HeaderClassName
{
color: #1A2191;
}
.AnyTagClassName
{
color: #1A2191;
}
</style>
background-color css
<style>
a { background-color: #1A2191; }
a { background-color: rgb(26,33,145); }
div.DivClassName
{
background-color: #1A2191;
}
.BgClassName
{
background-color: #1A2191;
}
</style>
border-color css
<style>
span { border-color: #1A2191; }
span { border-color: rgb(26,33,145); }
td.TdClassName
{
border-color: #1A2191;
}
.TagClassName
{
border-color: #1A2191;
}
</style>