Shades of Ultramarine #1A088E
Tints of Ultramarine #1A088E
RGB
CMYK
RGB Variations
Color information
#1A088E (or 0x1A088E) is known color: Ultramarine. HEX triplet: 1A, 08 and 8E. RGB value is (26,8,142). Sum of RGB (Red+Green+Blue) = 26+8+142=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A088E is #E5F771. Grayscale: #1C1C1C. Windows color (decimal): -15071090 or 9308186. OLE color: 9308186.
HSL color Cylindrical-coordinate representation of color #1A088E: hue angle of 248.06º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A088E is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 8 | 142 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.44 |
| HSL | 248.06º | 0.89% | 0.29% | - |
| HSV(B) | 248.06º | 0.94% | 0.56% | - |
| XYZ | 5.4 | 2.35 | 25.76 | - |
| YUV | 28.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 142 | 0.82 | 0.94 | 0 | 0.44 | 248.06 | 0.89 | 0.29 |
| Hex | 1A | 8 | 8E | 52 | 5E | 0 | 2C | F8 | 59 | 1D |
| Octal | 32 | 10 | 216 | 122 | 136 | 0 | 54 | 370 | 131 | 35 |
| Binary | 11010 | 1000 | 10001110 | 1010010 | 1011110 | 0 | 101100 | 11111000 | 1011001 | 11101 |
Color Harmonies of #1A088E
Complementary color
Monochromatic Colors of #1A088E
Black with #1A088E
Text Example
Text Example
White with #1A088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A088E; }
p { color: rgb(26,8,142); }
H1.HeaderClassName
{
color: #1A088E;
}
.AnyTagClassName
{
color: #1A088E;
}
</style>
background-color css
<style>
a { background-color: #1A088E; }
a { background-color: rgb(26,8,142); }
div.DivClassName
{
background-color: #1A088E;
}
.BgClassName
{
background-color: #1A088E;
}
</style>
border-color css
<style>
span { border-color: #1A088E; }
span { border-color: rgb(26,8,142); }
td.TdClassName
{
border-color: #1A088E;
}
.TagClassName
{
border-color: #1A088E;
}
</style>