Shades of Ultramarine #1D0E9C
Tints of Ultramarine #1D0E9C
RGB
CMYK
RGB Variations
Color information
#1D0E9C (or 0x1D0E9C) is known color: Ultramarine. HEX triplet: 1D, 0E and 9C. RGB value is (29,14,156). Sum of RGB (Red+Green+Blue) = 29+14+156=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D0E9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0E9C is #E2F163. Grayscale: #222222. Windows color (decimal): -14872932 or 10227229. OLE color: 10227229.
HSL color Cylindrical-coordinate representation of color #1D0E9C: hue angle of 246.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0E9C is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 14 | 156 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.39 |
| HSL | 246.34º | 0.84% | 0.33% | - |
| HSV(B) | 246.34º | 0.91% | 0.61% | - |
| XYZ | 6.66 | 2.98 | 31.68 | - |
| YUV | 34.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 156 | 0.81 | 0.91 | 0 | 0.39 | 246.34 | 0.84 | 0.33 |
| Hex | 1D | E | 9C | 51 | 5B | 0 | 27 | F6 | 54 | 21 |
| Octal | 35 | 16 | 234 | 121 | 133 | 0 | 47 | 366 | 124 | 41 |
| Binary | 11101 | 1110 | 10011100 | 1010001 | 1011011 | 0 | 100111 | 11110110 | 1010100 | 100001 |
Color Harmonies of #1D0E9C
Complementary color
Monochromatic Colors of #1D0E9C
Black with #1D0E9C
Text Example
Text Example
White with #1D0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E9C; }
p { color: rgb(29,14,156); }
H1.HeaderClassName
{
color: #1D0E9C;
}
.AnyTagClassName
{
color: #1D0E9C;
}
</style>
background-color css
<style>
a { background-color: #1D0E9C; }
a { background-color: rgb(29,14,156); }
div.DivClassName
{
background-color: #1D0E9C;
}
.BgClassName
{
background-color: #1D0E9C;
}
</style>
border-color css
<style>
span { border-color: #1D0E9C; }
span { border-color: rgb(29,14,156); }
td.TdClassName
{
border-color: #1D0E9C;
}
.TagClassName
{
border-color: #1D0E9C;
}
</style>