Shades of Ultramarine #1A189B
Tints of Ultramarine #1A189B
RGB
CMYK
RGB Variations
Color information
#1A189B (or 0x1A189B) is known color: Ultramarine. HEX triplet: 1A, 18 and 9B. RGB value is (26,24,155). Sum of RGB (Red+Green+Blue) = 26+24+155=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A189B is #E5E764. Grayscale: #272727. Windows color (decimal): -15066981 or 10164250. OLE color: 10164250.
HSL color Cylindrical-coordinate representation of color #1A189B: hue angle of 240.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A189B is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 24 | 155 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.39 |
| HSL | 240.92º | 0.73% | 0.35% | - |
| HSV(B) | 240.92º | 0.85% | 0.61% | - |
| XYZ | 6.67 | 3.24 | 31.28 | - |
| YUV | 39.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 155 | 0.83 | 0.85 | 0 | 0.39 | 240.92 | 0.73 | 0.35 |
| Hex | 1A | 18 | 9B | 53 | 55 | 0 | 27 | F1 | 49 | 23 |
| Octal | 32 | 30 | 233 | 123 | 125 | 0 | 47 | 361 | 111 | 43 |
| Binary | 11010 | 11000 | 10011011 | 1010011 | 1010101 | 0 | 100111 | 11110001 | 1001001 | 100011 |
Color Harmonies of #1A189B
Complementary color
Monochromatic Colors of #1A189B
Black with #1A189B
Text Example
Text Example
White with #1A189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A189B; }
p { color: rgb(26,24,155); }
H1.HeaderClassName
{
color: #1A189B;
}
.AnyTagClassName
{
color: #1A189B;
}
</style>
background-color css
<style>
a { background-color: #1A189B; }
a { background-color: rgb(26,24,155); }
div.DivClassName
{
background-color: #1A189B;
}
.BgClassName
{
background-color: #1A189B;
}
</style>
border-color css
<style>
span { border-color: #1A189B; }
span { border-color: rgb(26,24,155); }
td.TdClassName
{
border-color: #1A189B;
}
.TagClassName
{
border-color: #1A189B;
}
</style>