Shades of Ultramarine #1A058D
Tints of Ultramarine #1A058D
RGB
CMYK
RGB Variations
Color information
#1A058D (or 0x1A058D) is known color: Ultramarine. HEX triplet: 1A, 05 and 8D. RGB value is (26,5,141). Sum of RGB (Red+Green+Blue) = 26+5+141=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A058D is #E5FA72. Grayscale: #1A1A1A. Windows color (decimal): -15071859 or 9241882. OLE color: 9241882.
HSL color Cylindrical-coordinate representation of color #1A058D: hue angle of 249.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A058D is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 5 | 141 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.45 |
| HSL | 249.26º | 0.93% | 0.29% | - |
| HSV(B) | 249.26º | 0.96% | 0.55% | - |
| XYZ | 5.29 | 2.25 | 25.36 | - |
| YUV | 26.78 | 192.46 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 141 | 0.82 | 0.96 | 0 | 0.45 | 249.26 | 0.93 | 0.29 |
| Hex | 1A | 5 | 8D | 52 | 60 | 0 | 2D | F9 | 5D | 1D |
| Octal | 32 | 5 | 215 | 122 | 140 | 0 | 55 | 371 | 135 | 35 |
| Binary | 11010 | 101 | 10001101 | 1010010 | 1100000 | 0 | 101101 | 11111001 | 1011101 | 11101 |
Color Harmonies of #1A058D
Complementary color
Monochromatic Colors of #1A058D
Black with #1A058D
Text Example
Text Example
White with #1A058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A058D; }
p { color: rgb(26,5,141); }
H1.HeaderClassName
{
color: #1A058D;
}
.AnyTagClassName
{
color: #1A058D;
}
</style>
background-color css
<style>
a { background-color: #1A058D; }
a { background-color: rgb(26,5,141); }
div.DivClassName
{
background-color: #1A058D;
}
.BgClassName
{
background-color: #1A058D;
}
</style>
border-color css
<style>
span { border-color: #1A058D; }
span { border-color: rgb(26,5,141); }
td.TdClassName
{
border-color: #1A058D;
}
.TagClassName
{
border-color: #1A058D;
}
</style>