Shades of Ultramarine #1A078B
Tints of Ultramarine #1A078B
RGB
CMYK
RGB Variations
Color information
#1A078B (or 0x1A078B) is known color: Ultramarine. HEX triplet: 1A, 07 and 8B. RGB value is (26,7,139). Sum of RGB (Red+Green+Blue) = 26+7+139=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A078B is #E5F874. Grayscale: #1B1B1B. Windows color (decimal): -15071349 or 9111322. OLE color: 9111322.
HSL color Cylindrical-coordinate representation of color #1A078B: hue angle of 248.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A078B is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 7 | 139 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.45 |
| HSL | 248.64º | 0.9% | 0.29% | - |
| HSV(B) | 248.64º | 0.95% | 0.55% | - |
| XYZ | 5.16 | 2.24 | 24.59 | - |
| YUV | 27.73 | 190.79 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 139 | 0.81 | 0.95 | 0 | 0.45 | 248.64 | 0.9 | 0.29 |
| Hex | 1A | 7 | 8B | 51 | 5F | 0 | 2D | F9 | 5A | 1D |
| Octal | 32 | 7 | 213 | 121 | 137 | 0 | 55 | 371 | 132 | 35 |
| Binary | 11010 | 111 | 10001011 | 1010001 | 1011111 | 0 | 101101 | 11111001 | 1011010 | 11101 |
Color Harmonies of #1A078B
Complementary color
Monochromatic Colors of #1A078B
Black with #1A078B
Text Example
Text Example
White with #1A078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A078B; }
p { color: rgb(26,7,139); }
H1.HeaderClassName
{
color: #1A078B;
}
.AnyTagClassName
{
color: #1A078B;
}
</style>
background-color css
<style>
a { background-color: #1A078B; }
a { background-color: rgb(26,7,139); }
div.DivClassName
{
background-color: #1A078B;
}
.BgClassName
{
background-color: #1A078B;
}
</style>
border-color css
<style>
span { border-color: #1A078B; }
span { border-color: rgb(26,7,139); }
td.TdClassName
{
border-color: #1A078B;
}
.TagClassName
{
border-color: #1A078B;
}
</style>