Shades of Ultramarine #1A078E
Tints of Ultramarine #1A078E
RGB
CMYK
RGB Variations
Color information
#1A078E (or 0x1A078E) is known color: Ultramarine. HEX triplet: 1A, 07 and 8E. RGB value is (26,7,142). Sum of RGB (Red+Green+Blue) = 26+7+142=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A078E is #E5F871. Grayscale: #1B1B1B. Windows color (decimal): -15071346 or 9307930. OLE color: 9307930.
HSL color Cylindrical-coordinate representation of color #1A078E: hue angle of 248.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A078E is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 7 | 142 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.44 |
| HSL | 248.44º | 0.91% | 0.29% | - |
| HSV(B) | 248.44º | 0.95% | 0.56% | - |
| XYZ | 5.38 | 2.32 | 25.76 | - |
| YUV | 28.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 142 | 0.82 | 0.95 | 0 | 0.44 | 248.44 | 0.91 | 0.29 |
| Hex | 1A | 7 | 8E | 52 | 5F | 0 | 2C | F8 | 5B | 1D |
| Octal | 32 | 7 | 216 | 122 | 137 | 0 | 54 | 370 | 133 | 35 |
| Binary | 11010 | 111 | 10001110 | 1010010 | 1011111 | 0 | 101100 | 11111000 | 1011011 | 11101 |
Color Harmonies of #1A078E
Complementary color
Monochromatic Colors of #1A078E
Black with #1A078E
Text Example
Text Example
White with #1A078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A078E; }
p { color: rgb(26,7,142); }
H1.HeaderClassName
{
color: #1A078E;
}
.AnyTagClassName
{
color: #1A078E;
}
</style>
background-color css
<style>
a { background-color: #1A078E; }
a { background-color: rgb(26,7,142); }
div.DivClassName
{
background-color: #1A078E;
}
.BgClassName
{
background-color: #1A078E;
}
</style>
border-color css
<style>
span { border-color: #1A078E; }
span { border-color: rgb(26,7,142); }
td.TdClassName
{
border-color: #1A078E;
}
.TagClassName
{
border-color: #1A078E;
}
</style>