Shades of Ultramarine #1D119B
Tints of Ultramarine #1D119B
RGB
CMYK
RGB Variations
Color information
#1D119B (or 0x1D119B) is known color: Ultramarine. HEX triplet: 1D, 11 and 9B. RGB value is (29,17,155). Sum of RGB (Red+Green+Blue) = 29+17+155=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D119B is #E2EE64. Grayscale: #232323. Windows color (decimal): -14872165 or 10162461. OLE color: 10162461.
HSL color Cylindrical-coordinate representation of color #1D119B: hue angle of 245.22º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D119B is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 17 | 155 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.39 |
| HSL | 245.22º | 0.8% | 0.34% | - |
| HSV(B) | 245.22º | 0.89% | 0.61% | - |
| XYZ | 6.62 | 3.03 | 31.25 | - |
| YUV | 36.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 155 | 0.81 | 0.89 | 0 | 0.39 | 245.22 | 0.8 | 0.34 |
| Hex | 1D | 11 | 9B | 51 | 59 | 0 | 27 | F5 | 50 | 22 |
| Octal | 35 | 21 | 233 | 121 | 131 | 0 | 47 | 365 | 120 | 42 |
| Binary | 11101 | 10001 | 10011011 | 1010001 | 1011001 | 0 | 100111 | 11110101 | 1010000 | 100010 |
Color Harmonies of #1D119B
Complementary color
Monochromatic Colors of #1D119B
Black with #1D119B
Text Example
Text Example
White with #1D119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D119B; }
p { color: rgb(29,17,155); }
H1.HeaderClassName
{
color: #1D119B;
}
.AnyTagClassName
{
color: #1D119B;
}
</style>
background-color css
<style>
a { background-color: #1D119B; }
a { background-color: rgb(29,17,155); }
div.DivClassName
{
background-color: #1D119B;
}
.BgClassName
{
background-color: #1D119B;
}
</style>
border-color css
<style>
span { border-color: #1D119B; }
span { border-color: rgb(29,17,155); }
td.TdClassName
{
border-color: #1D119B;
}
.TagClassName
{
border-color: #1D119B;
}
</style>