Shades of Ultramarine #1A059A
Tints of Ultramarine #1A059A
RGB
CMYK
RGB Variations
Color information
#1A059A (or 0x1A059A) is known color: Ultramarine. HEX triplet: 1A, 05 and 9A. RGB value is (26,5,154). Sum of RGB (Red+Green+Blue) = 26+5+154=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 154 (60.55% from 255 or 83.24% from 185); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A059A is #E5FA65. Grayscale: #1B1B1B. Windows color (decimal): -15071846 or 10093850. OLE color: 10093850.
HSL color Cylindrical-coordinate representation of color #1A059A: hue angle of 248.46º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A059A is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 5 | 154 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.40 |
| HSL | 248.46º | 0.94% | 0.31% | - |
| HSV(B) | 248.46º | 0.97% | 0.6% | - |
| XYZ | 6.31 | 2.66 | 30.75 | - |
| YUV | 28.27 | 198.96 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 154 | 0.83 | 0.97 | 0 | 0.40 | 248.46 | 0.94 | 0.31 |
| Hex | 1A | 5 | 9A | 53 | 61 | 0 | 28 | F8 | 5E | 1F |
| Octal | 32 | 5 | 232 | 123 | 141 | 0 | 50 | 370 | 136 | 37 |
| Binary | 11010 | 101 | 10011010 | 1010011 | 1100001 | 0 | 101000 | 11111000 | 1011110 | 11111 |
Color Harmonies of #1A059A
Complementary color
Monochromatic Colors of #1A059A
Black with #1A059A
Text Example
Text Example
White with #1A059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A059A; }
p { color: rgb(26,5,154); }
H1.HeaderClassName
{
color: #1A059A;
}
.AnyTagClassName
{
color: #1A059A;
}
</style>
background-color css
<style>
a { background-color: #1A059A; }
a { background-color: rgb(26,5,154); }
div.DivClassName
{
background-color: #1A059A;
}
.BgClassName
{
background-color: #1A059A;
}
</style>
border-color css
<style>
span { border-color: #1A059A; }
span { border-color: rgb(26,5,154); }
td.TdClassName
{
border-color: #1A059A;
}
.TagClassName
{
border-color: #1A059A;
}
</style>