Shades of Ultramarine #1A1D9D
Tints of Ultramarine #1A1D9D
RGB
CMYK
RGB Variations
Color information
#1A1D9D (or 0x1A1D9D) is known color: Ultramarine. HEX triplet: 1A, 1D and 9D. RGB value is (26,29,157). Sum of RGB (Red+Green+Blue) = 26+29+157=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A1D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D9D is #E5E262. Grayscale: #2A2A2A. Windows color (decimal): -15065699 or 10296602. OLE color: 10296602.
HSL color Cylindrical-coordinate representation of color #1A1D9D: hue angle of 238.63º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1D9D is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 29 | 157 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.38 |
| HSL | 238.63º | 0.72% | 0.36% | - |
| HSV(B) | 238.63º | 0.83% | 0.62% | - |
| XYZ | 6.95 | 3.53 | 32.21 | - |
| YUV | 42.7 | 192.51 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 157 | 0.83 | 0.82 | 0 | 0.38 | 238.63 | 0.72 | 0.36 |
| Hex | 1A | 1D | 9D | 53 | 52 | 0 | 26 | EF | 48 | 24 |
| Octal | 32 | 35 | 235 | 123 | 122 | 0 | 46 | 357 | 110 | 44 |
| Binary | 11010 | 11101 | 10011101 | 1010011 | 1010010 | 0 | 100110 | 11101111 | 1001000 | 100100 |
Color Harmonies of #1A1D9D
Complementary color
Monochromatic Colors of #1A1D9D
Black with #1A1D9D
Text Example
Text Example
White with #1A1D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D9D; }
p { color: rgb(26,29,157); }
H1.HeaderClassName
{
color: #1A1D9D;
}
.AnyTagClassName
{
color: #1A1D9D;
}
</style>
background-color css
<style>
a { background-color: #1A1D9D; }
a { background-color: rgb(26,29,157); }
div.DivClassName
{
background-color: #1A1D9D;
}
.BgClassName
{
background-color: #1A1D9D;
}
</style>
border-color css
<style>
span { border-color: #1A1D9D; }
span { border-color: rgb(26,29,157); }
td.TdClassName
{
border-color: #1A1D9D;
}
.TagClassName
{
border-color: #1A1D9D;
}
</style>