Shades of Ultramarine #1A0D8E
Tints of Ultramarine #1A0D8E
RGB
CMYK
RGB Variations
Color information
#1A0D8E (or 0x1A0D8E) is known color: Ultramarine. HEX triplet: 1A, 0D and 8E. RGB value is (26,13,142). Sum of RGB (Red+Green+Blue) = 26+13+142=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 142 (55.86% from 255 or 78.45% from 181); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A0D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0D8E is #E5F271. Grayscale: #1F1F1F. Windows color (decimal): -15069810 or 9309466. OLE color: 9309466.
HSL color Cylindrical-coordinate representation of color #1A0D8E: hue angle of 246.05º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A0D8E is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 13 | 142 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.44 |
| HSL | 246.05º | 0.83% | 0.3% | - |
| HSV(B) | 246.05º | 0.91% | 0.56% | - |
| XYZ | 5.45 | 2.46 | 25.78 | - |
| YUV | 31.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 142 | 0.82 | 0.91 | 0 | 0.44 | 246.05 | 0.83 | 0.3 |
| Hex | 1A | D | 8E | 52 | 5B | 0 | 2C | F6 | 53 | 1E |
| Octal | 32 | 15 | 216 | 122 | 133 | 0 | 54 | 366 | 123 | 36 |
| Binary | 11010 | 1101 | 10001110 | 1010010 | 1011011 | 0 | 101100 | 11110110 | 1010011 | 11110 |
Color Harmonies of #1A0D8E
Complementary color
Monochromatic Colors of #1A0D8E
Black with #1A0D8E
Text Example
Text Example
White with #1A0D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D8E; }
p { color: rgb(26,13,142); }
H1.HeaderClassName
{
color: #1A0D8E;
}
.AnyTagClassName
{
color: #1A0D8E;
}
</style>
background-color css
<style>
a { background-color: #1A0D8E; }
a { background-color: rgb(26,13,142); }
div.DivClassName
{
background-color: #1A0D8E;
}
.BgClassName
{
background-color: #1A0D8E;
}
</style>
border-color css
<style>
span { border-color: #1A0D8E; }
span { border-color: rgb(26,13,142); }
td.TdClassName
{
border-color: #1A0D8E;
}
.TagClassName
{
border-color: #1A0D8E;
}
</style>