Shades of Ultramarine #1A128D
Tints of Ultramarine #1A128D
RGB
CMYK
RGB Variations
Color information
#1A128D (or 0x1A128D) is known color: Ultramarine. HEX triplet: 1A, 12 and 8D. RGB value is (26,18,141). Sum of RGB (Red+Green+Blue) = 26+18+141=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A128D is #E5ED72. Grayscale: #212121. Windows color (decimal): -15068531 or 9245210. OLE color: 9245210.
HSL color Cylindrical-coordinate representation of color #1A128D: hue angle of 243.9º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A128D is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 18 | 141 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.45 |
| HSL | 243.9º | 0.77% | 0.31% | - |
| HSV(B) | 243.9º | 0.87% | 0.55% | - |
| XYZ | 5.45 | 2.58 | 25.41 | - |
| YUV | 34.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 141 | 0.82 | 0.87 | 0 | 0.45 | 243.9 | 0.77 | 0.31 |
| Hex | 1A | 12 | 8D | 52 | 57 | 0 | 2D | F4 | 4D | 1F |
| Octal | 32 | 22 | 215 | 122 | 127 | 0 | 55 | 364 | 115 | 37 |
| Binary | 11010 | 10010 | 10001101 | 1010010 | 1010111 | 0 | 101101 | 11110100 | 1001101 | 11111 |
Color Harmonies of #1A128D
Complementary color
Monochromatic Colors of #1A128D
Black with #1A128D
Text Example
Text Example
White with #1A128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A128D; }
p { color: rgb(26,18,141); }
H1.HeaderClassName
{
color: #1A128D;
}
.AnyTagClassName
{
color: #1A128D;
}
</style>
background-color css
<style>
a { background-color: #1A128D; }
a { background-color: rgb(26,18,141); }
div.DivClassName
{
background-color: #1A128D;
}
.BgClassName
{
background-color: #1A128D;
}
</style>
border-color css
<style>
span { border-color: #1A128D; }
span { border-color: rgb(26,18,141); }
td.TdClassName
{
border-color: #1A128D;
}
.TagClassName
{
border-color: #1A128D;
}
</style>