Shades of Ultramarine #1D0EA1
Tints of Ultramarine #1D0EA1
RGB
CMYK
RGB Variations
Color information
#1D0EA1 (or 0x1D0EA1) is known color: Ultramarine. HEX triplet: 1D, 0E and A1. RGB value is (29,14,161). Sum of RGB (Red+Green+Blue) = 29+14+161=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 161 (63.28% from 255 or 78.92% from 204); Max value from RGB is 161 - color contains mainly: blue. Hex color #1D0EA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0EA1 is #E2F15E. Grayscale: #222222. Windows color (decimal): -14872927 or 10554909. OLE color: 10554909.
HSL color Cylindrical-coordinate representation of color #1D0EA1: hue angle of 246.12º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0EA1 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 14 | 161 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.37 |
| HSL | 246.12º | 0.84% | 0.34% | - |
| HSV(B) | 246.12º | 0.91% | 0.63% | - |
| XYZ | 7.1 | 3.15 | 33.95 | - |
| YUV | 35.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 161 | 0.82 | 0.91 | 0 | 0.37 | 246.12 | 0.84 | 0.34 |
| Hex | 1D | E | A1 | 52 | 5B | 0 | 25 | F6 | 54 | 22 |
| Octal | 35 | 16 | 241 | 122 | 133 | 0 | 45 | 366 | 124 | 42 |
| Binary | 11101 | 1110 | 10100001 | 1010010 | 1011011 | 0 | 100101 | 11110110 | 1010100 | 100010 |
Color Harmonies of #1D0EA1
Complementary color
Monochromatic Colors of #1D0EA1
Black with #1D0EA1
Text Example
Text Example
White with #1D0EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0EA1; }
p { color: rgb(29,14,161); }
H1.HeaderClassName
{
color: #1D0EA1;
}
.AnyTagClassName
{
color: #1D0EA1;
}
</style>
background-color css
<style>
a { background-color: #1D0EA1; }
a { background-color: rgb(29,14,161); }
div.DivClassName
{
background-color: #1D0EA1;
}
.BgClassName
{
background-color: #1D0EA1;
}
</style>
border-color css
<style>
span { border-color: #1D0EA1; }
span { border-color: rgb(29,14,161); }
td.TdClassName
{
border-color: #1D0EA1;
}
.TagClassName
{
border-color: #1D0EA1;
}
</style>