Shades of Ultramarine #1A1D9B
Tints of Ultramarine #1A1D9B
RGB
CMYK
RGB Variations
Color information
#1A1D9B (or 0x1A1D9B) is known color: Ultramarine. HEX triplet: 1A, 1D and 9B. RGB value is (26,29,155). Sum of RGB (Red+Green+Blue) = 26+29+155=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A1D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D9B is #E5E264. Grayscale: #292929. Windows color (decimal): -15065701 or 10165530. OLE color: 10165530.
HSL color Cylindrical-coordinate representation of color #1A1D9B: hue angle of 238.6º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1D9B is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 29 | 155 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.39 |
| HSL | 238.6º | 0.71% | 0.35% | - |
| HSV(B) | 238.6º | 0.83% | 0.61% | - |
| XYZ | 6.78 | 3.46 | 31.32 | - |
| YUV | 42.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 155 | 0.83 | 0.81 | 0 | 0.39 | 238.6 | 0.71 | 0.35 |
| Hex | 1A | 1D | 9B | 53 | 51 | 0 | 27 | EF | 47 | 23 |
| Octal | 32 | 35 | 233 | 123 | 121 | 0 | 47 | 357 | 107 | 43 |
| Binary | 11010 | 11101 | 10011011 | 1010011 | 1010001 | 0 | 100111 | 11101111 | 1000111 | 100011 |
Color Harmonies of #1A1D9B
Complementary color
Monochromatic Colors of #1A1D9B
Black with #1A1D9B
Text Example
Text Example
White with #1A1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D9B; }
p { color: rgb(26,29,155); }
H1.HeaderClassName
{
color: #1A1D9B;
}
.AnyTagClassName
{
color: #1A1D9B;
}
</style>
background-color css
<style>
a { background-color: #1A1D9B; }
a { background-color: rgb(26,29,155); }
div.DivClassName
{
background-color: #1A1D9B;
}
.BgClassName
{
background-color: #1A1D9B;
}
</style>
border-color css
<style>
span { border-color: #1A1D9B; }
span { border-color: rgb(26,29,155); }
td.TdClassName
{
border-color: #1A1D9B;
}
.TagClassName
{
border-color: #1A1D9B;
}
</style>