Shades of Ultramarine #1A059D
Tints of Ultramarine #1A059D
RGB
CMYK
RGB Variations
Color information
#1A059D (or 0x1A059D) is known color: Ultramarine. HEX triplet: 1A, 05 and 9D. RGB value is (26,5,157). Sum of RGB (Red+Green+Blue) = 26+5+157=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A059D is #E5FA62. Grayscale: #1C1C1C. Windows color (decimal): -15071843 or 10290458. OLE color: 10290458.
HSL color Cylindrical-coordinate representation of color #1A059D: hue angle of 248.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A059D is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 5 | 157 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.38 |
| HSL | 248.29º | 0.94% | 0.32% | - |
| HSV(B) | 248.29º | 0.97% | 0.62% | - |
| XYZ | 6.57 | 2.76 | 32.09 | - |
| YUV | 28.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 157 | 0.83 | 0.97 | 0 | 0.38 | 248.29 | 0.94 | 0.32 |
| Hex | 1A | 5 | 9D | 53 | 61 | 0 | 26 | F8 | 5E | 20 |
| Octal | 32 | 5 | 235 | 123 | 141 | 0 | 46 | 370 | 136 | 40 |
| Binary | 11010 | 101 | 10011101 | 1010011 | 1100001 | 0 | 100110 | 11111000 | 1011110 | 100000 |
Color Harmonies of #1A059D
Complementary color
Monochromatic Colors of #1A059D
Black with #1A059D
Text Example
Text Example
White with #1A059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A059D; }
p { color: rgb(26,5,157); }
H1.HeaderClassName
{
color: #1A059D;
}
.AnyTagClassName
{
color: #1A059D;
}
</style>
background-color css
<style>
a { background-color: #1A059D; }
a { background-color: rgb(26,5,157); }
div.DivClassName
{
background-color: #1A059D;
}
.BgClassName
{
background-color: #1A059D;
}
</style>
border-color css
<style>
span { border-color: #1A059D; }
span { border-color: rgb(26,5,157); }
td.TdClassName
{
border-color: #1A059D;
}
.TagClassName
{
border-color: #1A059D;
}
</style>