Shades of Ultramarine #1D149F
Tints of Ultramarine #1D149F
RGB
CMYK
RGB Variations
Color information
#1D149F (or 0x1D149F) is known color: Ultramarine. HEX triplet: 1D, 14 and 9F. RGB value is (29,20,159). Sum of RGB (Red+Green+Blue) = 29+20+159=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D149F is #E2EB60. Grayscale: #252525. Windows color (decimal): -14871393 or 10425373. OLE color: 10425373.
HSL color Cylindrical-coordinate representation of color #1D149F: hue angle of 243.88º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D149F is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 20 | 159 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.38 |
| HSL | 243.88º | 0.78% | 0.35% | - |
| HSV(B) | 243.88º | 0.87% | 0.62% | - |
| XYZ | 7.01 | 3.26 | 33.06 | - |
| YUV | 38.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 159 | 0.82 | 0.87 | 0 | 0.38 | 243.88 | 0.78 | 0.35 |
| Hex | 1D | 14 | 9F | 52 | 57 | 0 | 26 | F4 | 4E | 23 |
| Octal | 35 | 24 | 237 | 122 | 127 | 0 | 46 | 364 | 116 | 43 |
| Binary | 11101 | 10100 | 10011111 | 1010010 | 1010111 | 0 | 100110 | 11110100 | 1001110 | 100011 |
Color Harmonies of #1D149F
Complementary color
Monochromatic Colors of #1D149F
Black with #1D149F
Text Example
Text Example
White with #1D149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D149F; }
p { color: rgb(29,20,159); }
H1.HeaderClassName
{
color: #1D149F;
}
.AnyTagClassName
{
color: #1D149F;
}
</style>
background-color css
<style>
a { background-color: #1D149F; }
a { background-color: rgb(29,20,159); }
div.DivClassName
{
background-color: #1D149F;
}
.BgClassName
{
background-color: #1D149F;
}
</style>
border-color css
<style>
span { border-color: #1D149F; }
span { border-color: rgb(29,20,159); }
td.TdClassName
{
border-color: #1D149F;
}
.TagClassName
{
border-color: #1D149F;
}
</style>