Shades of Ultramarine #1A128A
Tints of Ultramarine #1A128A
RGB
CMYK
RGB Variations
Color information
#1A128A (or 0x1A128A) is known color: Ultramarine. HEX triplet: 1A, 12 and 8A. RGB value is (26,18,138). Sum of RGB (Red+Green+Blue) = 26+18+138=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A128A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A128A is #E5ED75. Grayscale: #212121. Windows color (decimal): -15068534 or 9048602. OLE color: 9048602.
HSL color Cylindrical-coordinate representation of color #1A128A: hue angle of 244º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A128A is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 18 | 138 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.46 |
| HSL | 244º | 0.77% | 0.31% | - |
| HSV(B) | 244º | 0.87% | 0.54% | - |
| XYZ | 5.23 | 2.49 | 24.25 | - |
| YUV | 34.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 138 | 0.81 | 0.87 | 0 | 0.46 | 244 | 0.77 | 0.31 |
| Hex | 1A | 12 | 8A | 51 | 57 | 0 | 2E | F4 | 4D | 1F |
| Octal | 32 | 22 | 212 | 121 | 127 | 0 | 56 | 364 | 115 | 37 |
| Binary | 11010 | 10010 | 10001010 | 1010001 | 1010111 | 0 | 101110 | 11110100 | 1001101 | 11111 |
Color Harmonies of #1A128A
Complementary color
Monochromatic Colors of #1A128A
Black with #1A128A
Text Example
Text Example
White with #1A128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A128A; }
p { color: rgb(26,18,138); }
H1.HeaderClassName
{
color: #1A128A;
}
.AnyTagClassName
{
color: #1A128A;
}
</style>
background-color css
<style>
a { background-color: #1A128A; }
a { background-color: rgb(26,18,138); }
div.DivClassName
{
background-color: #1A128A;
}
.BgClassName
{
background-color: #1A128A;
}
</style>
border-color css
<style>
span { border-color: #1A128A; }
span { border-color: rgb(26,18,138); }
td.TdClassName
{
border-color: #1A128A;
}
.TagClassName
{
border-color: #1A128A;
}
</style>