Shades of Ultramarine #1A067A
Tints of Ultramarine #1A067A
RGB
CMYK
RGB Variations
Color information
#1A067A (or 0x1A067A) is known color: Ultramarine. HEX triplet: 1A, 06 and 7A. RGB value is (26,6,122). Sum of RGB (Red+Green+Blue) = 26+6+122=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A067A is #E5F985. Grayscale: #181818. Windows color (decimal): -15071622 or 7996954. OLE color: 7996954.
HSL color Cylindrical-coordinate representation of color #1A067A: hue angle of 250.34º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A067A is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 6 | 122 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.52 |
| HSL | 250.34º | 0.91% | 0.25% | - |
| HSV(B) | 250.34º | 0.95% | 0.48% | - |
| XYZ | 4 | 1.76 | 18.54 | - |
| YUV | 25.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 122 | 0.79 | 0.95 | 0 | 0.52 | 250.34 | 0.91 | 0.25 |
| Hex | 1A | 6 | 7A | 4F | 5F | 0 | 34 | FA | 5B | 19 |
| Octal | 32 | 6 | 172 | 117 | 137 | 0 | 64 | 372 | 133 | 31 |
| Binary | 11010 | 110 | 1111010 | 1001111 | 1011111 | 0 | 110100 | 11111010 | 1011011 | 11001 |
Color Harmonies of #1A067A
Complementary color
Monochromatic Colors of #1A067A
Black with #1A067A
Text Example
Text Example
White with #1A067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A067A; }
p { color: rgb(26,6,122); }
H1.HeaderClassName
{
color: #1A067A;
}
.AnyTagClassName
{
color: #1A067A;
}
</style>
background-color css
<style>
a { background-color: #1A067A; }
a { background-color: rgb(26,6,122); }
div.DivClassName
{
background-color: #1A067A;
}
.BgClassName
{
background-color: #1A067A;
}
</style>
border-color css
<style>
span { border-color: #1A067A; }
span { border-color: rgb(26,6,122); }
td.TdClassName
{
border-color: #1A067A;
}
.TagClassName
{
border-color: #1A067A;
}
</style>