Shades of Ultramarine #1A188B
Tints of Ultramarine #1A188B
RGB
CMYK
RGB Variations
Color information
#1A188B (or 0x1A188B) is known color: Ultramarine. HEX triplet: 1A, 18 and 8B. RGB value is (26,24,139). Sum of RGB (Red+Green+Blue) = 26+24+139=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A188B is #E5E774. Grayscale: #252525. Windows color (decimal): -15066997 or 9115674. OLE color: 9115674.
HSL color Cylindrical-coordinate representation of color #1A188B: hue angle of 241.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A188B is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 24 | 139 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.45 |
| HSL | 241.04º | 0.71% | 0.32% | - |
| HSV(B) | 241.04º | 0.83% | 0.55% | - |
| XYZ | 5.41 | 2.74 | 24.67 | - |
| YUV | 37.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 139 | 0.81 | 0.83 | 0 | 0.45 | 241.04 | 0.71 | 0.32 |
| Hex | 1A | 18 | 8B | 51 | 53 | 0 | 2D | F1 | 47 | 20 |
| Octal | 32 | 30 | 213 | 121 | 123 | 0 | 55 | 361 | 107 | 40 |
| Binary | 11010 | 11000 | 10001011 | 1010001 | 1010011 | 0 | 101101 | 11110001 | 1000111 | 100000 |
Color Harmonies of #1A188B
Complementary color
Monochromatic Colors of #1A188B
Black with #1A188B
Text Example
Text Example
White with #1A188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A188B; }
p { color: rgb(26,24,139); }
H1.HeaderClassName
{
color: #1A188B;
}
.AnyTagClassName
{
color: #1A188B;
}
</style>
background-color css
<style>
a { background-color: #1A188B; }
a { background-color: rgb(26,24,139); }
div.DivClassName
{
background-color: #1A188B;
}
.BgClassName
{
background-color: #1A188B;
}
</style>
border-color css
<style>
span { border-color: #1A188B; }
span { border-color: rgb(26,24,139); }
td.TdClassName
{
border-color: #1A188B;
}
.TagClassName
{
border-color: #1A188B;
}
</style>