Shades of Ultramarine #1A0B82
Tints of Ultramarine #1A0B82
RGB
CMYK
RGB Variations
Color information
#1A0B82 (or 0x1A0B82) is known color: Ultramarine. HEX triplet: 1A, 0B and 82. RGB value is (26,11,130). Sum of RGB (Red+Green+Blue) = 26+11+130=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A0B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0B82 is #E5F47D. Grayscale: #1C1C1C. Windows color (decimal): -15070334 or 8522522. OLE color: 8522522.
HSL color Cylindrical-coordinate representation of color #1A0B82: hue angle of 247.56º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0B82 is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 11 | 130 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.49 |
| HSL | 247.56º | 0.84% | 0.28% | - |
| HSV(B) | 247.56º | 0.92% | 0.51% | - |
| XYZ | 4.57 | 2.07 | 21.28 | - |
| YUV | 29.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 130 | 0.8 | 0.92 | 0 | 0.49 | 247.56 | 0.84 | 0.28 |
| Hex | 1A | B | 82 | 50 | 5C | 0 | 31 | F8 | 54 | 1C |
| Octal | 32 | 13 | 202 | 120 | 134 | 0 | 61 | 370 | 124 | 34 |
| Binary | 11010 | 1011 | 10000010 | 1010000 | 1011100 | 0 | 110001 | 11111000 | 1010100 | 11100 |
Color Harmonies of #1A0B82
Complementary color
Monochromatic Colors of #1A0B82
Black with #1A0B82
Text Example
Text Example
White with #1A0B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B82; }
p { color: rgb(26,11,130); }
H1.HeaderClassName
{
color: #1A0B82;
}
.AnyTagClassName
{
color: #1A0B82;
}
</style>
background-color css
<style>
a { background-color: #1A0B82; }
a { background-color: rgb(26,11,130); }
div.DivClassName
{
background-color: #1A0B82;
}
.BgClassName
{
background-color: #1A0B82;
}
</style>
border-color css
<style>
span { border-color: #1A0B82; }
span { border-color: rgb(26,11,130); }
td.TdClassName
{
border-color: #1A0B82;
}
.TagClassName
{
border-color: #1A0B82;
}
</style>