Shades of Ultramarine #1A1088
Tints of Ultramarine #1A1088
RGB
CMYK
RGB Variations
Color information
#1A1088 (or 0x1A1088) is known color: Ultramarine. HEX triplet: 1A, 10 and 88. RGB value is (26,16,136). Sum of RGB (Red+Green+Blue) = 26+16+136=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A1088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1088 is #E5EF77. Grayscale: #202020. Windows color (decimal): -15069048 or 8917018. OLE color: 8917018.
HSL color Cylindrical-coordinate representation of color #1A1088: hue angle of 245º degrees, saturation: 0.79, 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 #1A1088 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 16 | 136 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.47 |
| HSL | 245º | 0.79% | 0.3% | - |
| HSV(B) | 245º | 0.88% | 0.53% | - |
| XYZ | 5.06 | 2.37 | 23.48 | - |
| YUV | 32.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 136 | 0.81 | 0.88 | 0 | 0.47 | 245 | 0.79 | 0.3 |
| Hex | 1A | 10 | 88 | 51 | 58 | 0 | 2F | F5 | 4F | 1E |
| Octal | 32 | 20 | 210 | 121 | 130 | 0 | 57 | 365 | 117 | 36 |
| Binary | 11010 | 10000 | 10001000 | 1010001 | 1011000 | 0 | 101111 | 11110101 | 1001111 | 11110 |
Color Harmonies of #1A1088
Complementary color
Monochromatic Colors of #1A1088
Black with #1A1088
Text Example
Text Example
White with #1A1088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1088; }
p { color: rgb(26,16,136); }
H1.HeaderClassName
{
color: #1A1088;
}
.AnyTagClassName
{
color: #1A1088;
}
</style>
background-color css
<style>
a { background-color: #1A1088; }
a { background-color: rgb(26,16,136); }
div.DivClassName
{
background-color: #1A1088;
}
.BgClassName
{
background-color: #1A1088;
}
</style>
border-color css
<style>
span { border-color: #1A1088; }
span { border-color: rgb(26,16,136); }
td.TdClassName
{
border-color: #1A1088;
}
.TagClassName
{
border-color: #1A1088;
}
</style>