Shades of Ultramarine #1A1188
Tints of Ultramarine #1A1188
RGB
CMYK
RGB Variations
Color information
#1A1188 (or 0x1A1188) is known color: Ultramarine. HEX triplet: 1A, 11 and 88. RGB value is (26,17,136). Sum of RGB (Red+Green+Blue) = 26+17+136=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A1188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1188 is #E5EE77. Grayscale: #202020. Windows color (decimal): -15068792 or 8917274. OLE color: 8917274.
HSL color Cylindrical-coordinate representation of color #1A1188: hue angle of 244.54º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1188 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 17 | 136 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.47 |
| HSL | 244.54º | 0.78% | 0.3% | - |
| HSV(B) | 244.54º | 0.88% | 0.53% | - |
| XYZ | 5.07 | 2.4 | 23.49 | - |
| YUV | 33.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 136 | 0.81 | 0.87 | 0 | 0.47 | 244.54 | 0.78 | 0.3 |
| Hex | 1A | 11 | 88 | 51 | 57 | 0 | 2F | F5 | 4E | 1E |
| Octal | 32 | 21 | 210 | 121 | 127 | 0 | 57 | 365 | 116 | 36 |
| Binary | 11010 | 10001 | 10001000 | 1010001 | 1010111 | 0 | 101111 | 11110101 | 1001110 | 11110 |
Color Harmonies of #1A1188
Complementary color
Monochromatic Colors of #1A1188
Black with #1A1188
Text Example
Text Example
White with #1A1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1188; }
p { color: rgb(26,17,136); }
H1.HeaderClassName
{
color: #1A1188;
}
.AnyTagClassName
{
color: #1A1188;
}
</style>
background-color css
<style>
a { background-color: #1A1188; }
a { background-color: rgb(26,17,136); }
div.DivClassName
{
background-color: #1A1188;
}
.BgClassName
{
background-color: #1A1188;
}
</style>
border-color css
<style>
span { border-color: #1A1188; }
span { border-color: rgb(26,17,136); }
td.TdClassName
{
border-color: #1A1188;
}
.TagClassName
{
border-color: #1A1188;
}
</style>