Shades of Ultramarine #1D0F91
Tints of Ultramarine #1D0F91
RGB
CMYK
RGB Variations
Color information
#1D0F91 (or 0x1D0F91) is known color: Ultramarine. HEX triplet: 1D, 0F and 91. RGB value is (29,15,145). Sum of RGB (Red+Green+Blue) = 29+15+145=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D0F91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F91 is #E2F06E. Grayscale: #212121. Windows color (decimal): -14872687 or 9506589. OLE color: 9506589.
HSL color Cylindrical-coordinate representation of color #1D0F91: hue angle of 246.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0F91 is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 15 | 145 | - |
| CMYK | 0.8 | 0.90 | 0 | 0.43 |
| HSL | 246.46º | 0.81% | 0.31% | - |
| HSV(B) | 246.46º | 0.9% | 0.57% | - |
| XYZ | 5.79 | 2.65 | 26.99 | - |
| YUV | 34.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 145 | 0.8 | 0.90 | 0 | 0.43 | 246.46 | 0.81 | 0.31 |
| Hex | 1D | F | 91 | 50 | 5A | 0 | 2B | F6 | 51 | 1F |
| Octal | 35 | 17 | 221 | 120 | 132 | 0 | 53 | 366 | 121 | 37 |
| Binary | 11101 | 1111 | 10010001 | 1010000 | 1011010 | 0 | 101011 | 11110110 | 1010001 | 11111 |
Color Harmonies of #1D0F91
Complementary color
Monochromatic Colors of #1D0F91
Black with #1D0F91
Text Example
Text Example
White with #1D0F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F91; }
p { color: rgb(29,15,145); }
H1.HeaderClassName
{
color: #1D0F91;
}
.AnyTagClassName
{
color: #1D0F91;
}
</style>
background-color css
<style>
a { background-color: #1D0F91; }
a { background-color: rgb(29,15,145); }
div.DivClassName
{
background-color: #1D0F91;
}
.BgClassName
{
background-color: #1D0F91;
}
</style>
border-color css
<style>
span { border-color: #1D0F91; }
span { border-color: rgb(29,15,145); }
td.TdClassName
{
border-color: #1D0F91;
}
.TagClassName
{
border-color: #1D0F91;
}
</style>