Shades of Ultramarine #1A0A9B
Tints of Ultramarine #1A0A9B
RGB
CMYK
RGB Variations
Color information
#1A0A9B (or 0x1A0A9B) is known color: Ultramarine. HEX triplet: 1A, 0A and 9B. RGB value is (26,10,155). Sum of RGB (Red+Green+Blue) = 26+10+155=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A0A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A9B is #E5F564. Grayscale: #1E1E1E. Windows color (decimal): -15070565 or 10160666. OLE color: 10160666.
HSL color Cylindrical-coordinate representation of color #1A0A9B: hue angle of 246.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0A9B is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 10 | 155 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.39 |
| HSL | 246.62º | 0.88% | 0.32% | - |
| HSV(B) | 246.62º | 0.94% | 0.61% | - |
| XYZ | 6.45 | 2.8 | 31.21 | - |
| YUV | 31.31 | 197.8 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 155 | 0.83 | 0.94 | 0 | 0.39 | 246.62 | 0.88 | 0.32 |
| Hex | 1A | A | 9B | 53 | 5E | 0 | 27 | F7 | 58 | 20 |
| Octal | 32 | 12 | 233 | 123 | 136 | 0 | 47 | 367 | 130 | 40 |
| Binary | 11010 | 1010 | 10011011 | 1010011 | 1011110 | 0 | 100111 | 11110111 | 1011000 | 100000 |
Color Harmonies of #1A0A9B
Complementary color
Monochromatic Colors of #1A0A9B
Black with #1A0A9B
Text Example
Text Example
White with #1A0A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A9B; }
p { color: rgb(26,10,155); }
H1.HeaderClassName
{
color: #1A0A9B;
}
.AnyTagClassName
{
color: #1A0A9B;
}
</style>
background-color css
<style>
a { background-color: #1A0A9B; }
a { background-color: rgb(26,10,155); }
div.DivClassName
{
background-color: #1A0A9B;
}
.BgClassName
{
background-color: #1A0A9B;
}
</style>
border-color css
<style>
span { border-color: #1A0A9B; }
span { border-color: rgb(26,10,155); }
td.TdClassName
{
border-color: #1A0A9B;
}
.TagClassName
{
border-color: #1A0A9B;
}
</style>