Shades of Ultramarine #1A029D
Tints of Ultramarine #1A029D
RGB
CMYK
RGB Variations
Color information
#1A029D (or 0x1A029D) is known color: Ultramarine. HEX triplet: 1A, 02 and 9D. RGB value is (26,2,157). Sum of RGB (Red+Green+Blue) = 26+2+157=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A029D is #E5FD62. Grayscale: #1A1A1A. Windows color (decimal): -15072611 or 10289690. OLE color: 10289690.
HSL color Cylindrical-coordinate representation of color #1A029D: hue angle of 249.29º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A029D is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 2 | 157 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.38 |
| HSL | 249.29º | 0.97% | 0.31% | - |
| HSV(B) | 249.29º | 0.99% | 0.62% | - |
| XYZ | 6.53 | 2.7 | 32.07 | - |
| YUV | 26.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 157 | 0.83 | 0.99 | 0 | 0.38 | 249.29 | 0.97 | 0.31 |
| Hex | 1A | 2 | 9D | 53 | 63 | 0 | 26 | F9 | 61 | 1F |
| Octal | 32 | 2 | 235 | 123 | 143 | 0 | 46 | 371 | 141 | 37 |
| Binary | 11010 | 10 | 10011101 | 1010011 | 1100011 | 0 | 100110 | 11111001 | 1100001 | 11111 |
Color Harmonies of #1A029D
Complementary color
Monochromatic Colors of #1A029D
Black with #1A029D
Text Example
Text Example
White with #1A029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A029D; }
p { color: rgb(26,2,157); }
H1.HeaderClassName
{
color: #1A029D;
}
.AnyTagClassName
{
color: #1A029D;
}
</style>
background-color css
<style>
a { background-color: #1A029D; }
a { background-color: rgb(26,2,157); }
div.DivClassName
{
background-color: #1A029D;
}
.BgClassName
{
background-color: #1A029D;
}
</style>
border-color css
<style>
span { border-color: #1A029D; }
span { border-color: rgb(26,2,157); }
td.TdClassName
{
border-color: #1A029D;
}
.TagClassName
{
border-color: #1A029D;
}
</style>