Shades of Ultramarine #1A039E
Tints of Ultramarine #1A039E
RGB
CMYK
RGB Variations
Color information
#1A039E (or 0x1A039E) is known color: Ultramarine. HEX triplet: 1A, 03 and 9E. RGB value is (26,3,158). Sum of RGB (Red+Green+Blue) = 26+3+158=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 158 (62.11% from 255 or 84.49% from 187); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A039E is #E5FC61. Grayscale: #1A1A1A. Windows color (decimal): -15072354 or 10355482. OLE color: 10355482.
HSL color Cylindrical-coordinate representation of color #1A039E: hue angle of 248.9º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A039E is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 3 | 158 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.38 |
| HSL | 248.9º | 0.96% | 0.32% | - |
| HSV(B) | 248.9º | 0.98% | 0.62% | - |
| XYZ | 6.63 | 2.75 | 32.53 | - |
| YUV | 27.55 | 201.62 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 158 | 0.84 | 0.98 | 0 | 0.38 | 248.9 | 0.96 | 0.32 |
| Hex | 1A | 3 | 9E | 54 | 62 | 0 | 26 | F9 | 60 | 20 |
| Octal | 32 | 3 | 236 | 124 | 142 | 0 | 46 | 371 | 140 | 40 |
| Binary | 11010 | 11 | 10011110 | 1010100 | 1100010 | 0 | 100110 | 11111001 | 1100000 | 100000 |
Color Harmonies of #1A039E
Complementary color
Monochromatic Colors of #1A039E
Black with #1A039E
Text Example
Text Example
White with #1A039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A039E; }
p { color: rgb(26,3,158); }
H1.HeaderClassName
{
color: #1A039E;
}
.AnyTagClassName
{
color: #1A039E;
}
</style>
background-color css
<style>
a { background-color: #1A039E; }
a { background-color: rgb(26,3,158); }
div.DivClassName
{
background-color: #1A039E;
}
.BgClassName
{
background-color: #1A039E;
}
</style>
border-color css
<style>
span { border-color: #1A039E; }
span { border-color: rgb(26,3,158); }
td.TdClassName
{
border-color: #1A039E;
}
.TagClassName
{
border-color: #1A039E;
}
</style>