Shades of Ultramarine #1D0EA6
Tints of Ultramarine #1D0EA6
RGB
CMYK
RGB Variations
Color information
#1D0EA6 (or 0x1D0EA6) is known color: Ultramarine. HEX triplet: 1D, 0E and A6. RGB value is (29,14,166). Sum of RGB (Red+Green+Blue) = 29+14+166=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 166 (65.23% from 255 or 79.43% from 209); Max value from RGB is 166 - color contains mainly: blue. Hex color #1D0EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0EA6 is #E2F159. Grayscale: #232323. Windows color (decimal): -14872922 or 10882589. OLE color: 10882589.
HSL color Cylindrical-coordinate representation of color #1D0EA6: hue angle of 245.92º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0EA6 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 14 | 166 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.35 |
| HSL | 245.92º | 0.84% | 0.35% | - |
| HSV(B) | 245.92º | 0.92% | 0.65% | - |
| XYZ | 7.55 | 3.33 | 36.32 | - |
| YUV | 35.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 166 | 0.83 | 0.92 | 0 | 0.35 | 245.92 | 0.84 | 0.35 |
| Hex | 1D | E | A6 | 53 | 5C | 0 | 23 | F6 | 54 | 23 |
| Octal | 35 | 16 | 246 | 123 | 134 | 0 | 43 | 366 | 124 | 43 |
| Binary | 11101 | 1110 | 10100110 | 1010011 | 1011100 | 0 | 100011 | 11110110 | 1010100 | 100011 |
Color Harmonies of #1D0EA6
Complementary color
Monochromatic Colors of #1D0EA6
Black with #1D0EA6
Text Example
Text Example
White with #1D0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0EA6; }
p { color: rgb(29,14,166); }
H1.HeaderClassName
{
color: #1D0EA6;
}
.AnyTagClassName
{
color: #1D0EA6;
}
</style>
background-color css
<style>
a { background-color: #1D0EA6; }
a { background-color: rgb(29,14,166); }
div.DivClassName
{
background-color: #1D0EA6;
}
.BgClassName
{
background-color: #1D0EA6;
}
</style>
border-color css
<style>
span { border-color: #1D0EA6; }
span { border-color: rgb(29,14,166); }
td.TdClassName
{
border-color: #1D0EA6;
}
.TagClassName
{
border-color: #1D0EA6;
}
</style>