Shades of Ultramarine #1A139E
Tints of Ultramarine #1A139E
RGB
CMYK
RGB Variations
Color information
#1A139E (or 0x1A139E) is known color: Ultramarine. HEX triplet: 1A, 13 and 9E. RGB value is (26,19,158). Sum of RGB (Red+Green+Blue) = 26+19+158=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A139E is #E5EC61. Grayscale: #242424. Windows color (decimal): -15068258 or 10359578. OLE color: 10359578.
HSL color Cylindrical-coordinate representation of color #1A139E: hue angle of 243.02º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A139E is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 19 | 158 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.38 |
| HSL | 243.02º | 0.79% | 0.35% | - |
| HSV(B) | 243.02º | 0.88% | 0.62% | - |
| XYZ | 6.83 | 3.15 | 32.6 | - |
| YUV | 36.94 | 196.32 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 158 | 0.84 | 0.88 | 0 | 0.38 | 243.02 | 0.79 | 0.35 |
| Hex | 1A | 13 | 9E | 54 | 58 | 0 | 26 | F3 | 4F | 23 |
| Octal | 32 | 23 | 236 | 124 | 130 | 0 | 46 | 363 | 117 | 43 |
| Binary | 11010 | 10011 | 10011110 | 1010100 | 1011000 | 0 | 100110 | 11110011 | 1001111 | 100011 |
Color Harmonies of #1A139E
Complementary color
Monochromatic Colors of #1A139E
Black with #1A139E
Text Example
Text Example
White with #1A139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A139E; }
p { color: rgb(26,19,158); }
H1.HeaderClassName
{
color: #1A139E;
}
.AnyTagClassName
{
color: #1A139E;
}
</style>
background-color css
<style>
a { background-color: #1A139E; }
a { background-color: rgb(26,19,158); }
div.DivClassName
{
background-color: #1A139E;
}
.BgClassName
{
background-color: #1A139E;
}
</style>
border-color css
<style>
span { border-color: #1A139E; }
span { border-color: rgb(26,19,158); }
td.TdClassName
{
border-color: #1A139E;
}
.TagClassName
{
border-color: #1A139E;
}
</style>