Shades of Ultramarine #1A198D
Tints of Ultramarine #1A198D
RGB
CMYK
RGB Variations
Color information
#1A198D (or 0x1A198D) is known color: Ultramarine. HEX triplet: 1A, 19 and 8D. RGB value is (26,25,141). Sum of RGB (Red+Green+Blue) = 26+25+141=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A198D is #E5E672. Grayscale: #262626. Windows color (decimal): -15066739 or 9247002. OLE color: 9247002.
HSL color Cylindrical-coordinate representation of color #1A198D: hue angle of 240.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A198D is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 25 | 141 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.45 |
| HSL | 240.52º | 0.7% | 0.33% | - |
| HSV(B) | 240.52º | 0.82% | 0.55% | - |
| XYZ | 5.58 | 2.84 | 25.45 | - |
| YUV | 38.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 141 | 0.82 | 0.82 | 0 | 0.45 | 240.52 | 0.7 | 0.33 |
| Hex | 1A | 19 | 8D | 52 | 52 | 0 | 2D | F1 | 46 | 21 |
| Octal | 32 | 31 | 215 | 122 | 122 | 0 | 55 | 361 | 106 | 41 |
| Binary | 11010 | 11001 | 10001101 | 1010010 | 1010010 | 0 | 101101 | 11110001 | 1000110 | 100001 |
Color Harmonies of #1A198D
Complementary color
Monochromatic Colors of #1A198D
Black with #1A198D
Text Example
Text Example
White with #1A198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A198D; }
p { color: rgb(26,25,141); }
H1.HeaderClassName
{
color: #1A198D;
}
.AnyTagClassName
{
color: #1A198D;
}
</style>
background-color css
<style>
a { background-color: #1A198D; }
a { background-color: rgb(26,25,141); }
div.DivClassName
{
background-color: #1A198D;
}
.BgClassName
{
background-color: #1A198D;
}
</style>
border-color css
<style>
span { border-color: #1A198D; }
span { border-color: rgb(26,25,141); }
td.TdClassName
{
border-color: #1A198D;
}
.TagClassName
{
border-color: #1A198D;
}
</style>