Shades of Ultramarine #1A0782
Tints of Ultramarine #1A0782
RGB
CMYK
RGB Variations
Color information
#1A0782 (or 0x1A0782) is known color: Ultramarine. HEX triplet: 1A, 07 and 82. RGB value is (26,7,130). Sum of RGB (Red+Green+Blue) = 26+7+130=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A0782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0782 is #E5F87D. Grayscale: #1A1A1A. Windows color (decimal): -15071358 or 8521498. OLE color: 8521498.
HSL color Cylindrical-coordinate representation of color #1A0782: hue angle of 249.27º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0782 is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 7 | 130 | - |
| CMYK | 0.8 | 0.95 | 0 | 0.49 |
| HSL | 249.27º | 0.9% | 0.27% | - |
| HSV(B) | 249.27º | 0.95% | 0.51% | - |
| XYZ | 4.53 | 1.98 | 21.26 | - |
| YUV | 26.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 130 | 0.8 | 0.95 | 0 | 0.49 | 249.27 | 0.9 | 0.27 |
| Hex | 1A | 7 | 82 | 50 | 5F | 0 | 31 | F9 | 5A | 1B |
| Octal | 32 | 7 | 202 | 120 | 137 | 0 | 61 | 371 | 132 | 33 |
| Binary | 11010 | 111 | 10000010 | 1010000 | 1011111 | 0 | 110001 | 11111001 | 1011010 | 11011 |
Color Harmonies of #1A0782
Complementary color
Monochromatic Colors of #1A0782
Black with #1A0782
Text Example
Text Example
White with #1A0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0782; }
p { color: rgb(26,7,130); }
H1.HeaderClassName
{
color: #1A0782;
}
.AnyTagClassName
{
color: #1A0782;
}
</style>
background-color css
<style>
a { background-color: #1A0782; }
a { background-color: rgb(26,7,130); }
div.DivClassName
{
background-color: #1A0782;
}
.BgClassName
{
background-color: #1A0782;
}
</style>
border-color css
<style>
span { border-color: #1A0782; }
span { border-color: rgb(26,7,130); }
td.TdClassName
{
border-color: #1A0782;
}
.TagClassName
{
border-color: #1A0782;
}
</style>