Shades of Ultramarine #1D189F
Tints of Ultramarine #1D189F
RGB
CMYK
RGB Variations
Color information
#1D189F (or 0x1D189F) is known color: Ultramarine. HEX triplet: 1D, 18 and 9F. RGB value is (29,24,159). Sum of RGB (Red+Green+Blue) = 29+24+159=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D189F is #E2E760. Grayscale: #282828. Windows color (decimal): -14870369 or 10426397. OLE color: 10426397.
HSL color Cylindrical-coordinate representation of color #1D189F: hue angle of 242.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D189F is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 24 | 159 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.38 |
| HSL | 242.22º | 0.74% | 0.36% | - |
| HSV(B) | 242.22º | 0.85% | 0.62% | - |
| XYZ | 7.09 | 3.42 | 33.09 | - |
| YUV | 40.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 159 | 0.82 | 0.85 | 0 | 0.38 | 242.22 | 0.74 | 0.36 |
| Hex | 1D | 18 | 9F | 52 | 55 | 0 | 26 | F2 | 4A | 24 |
| Octal | 35 | 30 | 237 | 122 | 125 | 0 | 46 | 362 | 112 | 44 |
| Binary | 11101 | 11000 | 10011111 | 1010010 | 1010101 | 0 | 100110 | 11110010 | 1001010 | 100100 |
Color Harmonies of #1D189F
Complementary color
Monochromatic Colors of #1D189F
Black with #1D189F
Text Example
Text Example
White with #1D189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D189F; }
p { color: rgb(29,24,159); }
H1.HeaderClassName
{
color: #1D189F;
}
.AnyTagClassName
{
color: #1D189F;
}
</style>
background-color css
<style>
a { background-color: #1D189F; }
a { background-color: rgb(29,24,159); }
div.DivClassName
{
background-color: #1D189F;
}
.BgClassName
{
background-color: #1D189F;
}
</style>
border-color css
<style>
span { border-color: #1D189F; }
span { border-color: rgb(29,24,159); }
td.TdClassName
{
border-color: #1D189F;
}
.TagClassName
{
border-color: #1D189F;
}
</style>