Shades of Ultramarine #1A1B9E
Tints of Ultramarine #1A1B9E
RGB
CMYK
RGB Variations
Color information
#1A1B9E (or 0x1A1B9E) is known color: Ultramarine. HEX triplet: 1A, 1B and 9E. RGB value is (26,27,158). Sum of RGB (Red+Green+Blue) = 26+27+158=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A1B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1B9E is #E5E461. Grayscale: #292929. Windows color (decimal): -15066210 or 10361626. OLE color: 10361626.
HSL color Cylindrical-coordinate representation of color #1A1B9E: hue angle of 239.55º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1B9E is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 27 | 158 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.38 |
| HSL | 239.55º | 0.72% | 0.36% | - |
| HSV(B) | 239.55º | 0.84% | 0.62% | - |
| XYZ | 6.99 | 3.47 | 32.65 | - |
| YUV | 41.64 | 193.67 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 158 | 0.84 | 0.83 | 0 | 0.38 | 239.55 | 0.72 | 0.36 |
| Hex | 1A | 1B | 9E | 54 | 53 | 0 | 26 | F0 | 48 | 24 |
| Octal | 32 | 33 | 236 | 124 | 123 | 0 | 46 | 360 | 110 | 44 |
| Binary | 11010 | 11011 | 10011110 | 1010100 | 1010011 | 0 | 100110 | 11110000 | 1001000 | 100100 |
Color Harmonies of #1A1B9E
Complementary color
Monochromatic Colors of #1A1B9E
Black with #1A1B9E
Text Example
Text Example
White with #1A1B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B9E; }
p { color: rgb(26,27,158); }
H1.HeaderClassName
{
color: #1A1B9E;
}
.AnyTagClassName
{
color: #1A1B9E;
}
</style>
background-color css
<style>
a { background-color: #1A1B9E; }
a { background-color: rgb(26,27,158); }
div.DivClassName
{
background-color: #1A1B9E;
}
.BgClassName
{
background-color: #1A1B9E;
}
</style>
border-color css
<style>
span { border-color: #1A1B9E; }
span { border-color: rgb(26,27,158); }
td.TdClassName
{
border-color: #1A1B9E;
}
.TagClassName
{
border-color: #1A1B9E;
}
</style>