Shades of Ultramarine #1A028D
Tints of Ultramarine #1A028D
RGB
CMYK
RGB Variations
Color information
#1A028D (or 0x1A028D) is known color: Ultramarine. HEX triplet: 1A, 02 and 8D. RGB value is (26,2,141). Sum of RGB (Red+Green+Blue) = 26+2+141=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 141 (55.47% from 255 or 83.43% from 169); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A028D is #E5FD72. Grayscale: #181818. Windows color (decimal): -15072627 or 9241114. OLE color: 9241114.
HSL color Cylindrical-coordinate representation of color #1A028D: hue angle of 250.36º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A028D is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 2 | 141 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.45 |
| HSL | 250.36º | 0.97% | 0.28% | - |
| HSV(B) | 250.36º | 0.99% | 0.55% | - |
| XYZ | 5.26 | 2.19 | 25.34 | - |
| YUV | 25.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 141 | 0.82 | 0.99 | 0 | 0.45 | 250.36 | 0.97 | 0.28 |
| Hex | 1A | 2 | 8D | 52 | 63 | 0 | 2D | FA | 61 | 1C |
| Octal | 32 | 2 | 215 | 122 | 143 | 0 | 55 | 372 | 141 | 34 |
| Binary | 11010 | 10 | 10001101 | 1010010 | 1100011 | 0 | 101101 | 11111010 | 1100001 | 11100 |
Color Harmonies of #1A028D
Complementary color
Monochromatic Colors of #1A028D
Black with #1A028D
Text Example
Text Example
White with #1A028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A028D; }
p { color: rgb(26,2,141); }
H1.HeaderClassName
{
color: #1A028D;
}
.AnyTagClassName
{
color: #1A028D;
}
</style>
background-color css
<style>
a { background-color: #1A028D; }
a { background-color: rgb(26,2,141); }
div.DivClassName
{
background-color: #1A028D;
}
.BgClassName
{
background-color: #1A028D;
}
</style>
border-color css
<style>
span { border-color: #1A028D; }
span { border-color: rgb(26,2,141); }
td.TdClassName
{
border-color: #1A028D;
}
.TagClassName
{
border-color: #1A028D;
}
</style>