Shades of Ultramarine #1D0B7D
Tints of Ultramarine #1D0B7D
RGB
CMYK
RGB Variations
Color information
#1D0B7D (or 0x1D0B7D) is known color: Ultramarine. HEX triplet: 1D, 0B and 7D. RGB value is (29,11,125). Sum of RGB (Red+Green+Blue) = 29+11+125=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D0B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B7D is #E2F482. Grayscale: #1C1C1C. Windows color (decimal): -14873731 or 8194845. OLE color: 8194845.
HSL color Cylindrical-coordinate representation of color #1D0B7D: hue angle of 249.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0B7D is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 11 | 125 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.51 |
| HSL | 249.47º | 0.84% | 0.27% | - |
| HSV(B) | 249.47º | 0.91% | 0.49% | - |
| XYZ | 4.33 | 1.98 | 19.56 | - |
| YUV | 29.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 125 | 0.77 | 0.91 | 0 | 0.51 | 249.47 | 0.84 | 0.27 |
| Hex | 1D | B | 7D | 4D | 5B | 0 | 33 | F9 | 54 | 1B |
| Octal | 35 | 13 | 175 | 115 | 133 | 0 | 63 | 371 | 124 | 33 |
| Binary | 11101 | 1011 | 1111101 | 1001101 | 1011011 | 0 | 110011 | 11111001 | 1010100 | 11011 |
Color Harmonies of #1D0B7D
Complementary color
Monochromatic Colors of #1D0B7D
Black with #1D0B7D
Text Example
Text Example
White with #1D0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B7D; }
p { color: rgb(29,11,125); }
H1.HeaderClassName
{
color: #1D0B7D;
}
.AnyTagClassName
{
color: #1D0B7D;
}
</style>
background-color css
<style>
a { background-color: #1D0B7D; }
a { background-color: rgb(29,11,125); }
div.DivClassName
{
background-color: #1D0B7D;
}
.BgClassName
{
background-color: #1D0B7D;
}
</style>
border-color css
<style>
span { border-color: #1D0B7D; }
span { border-color: rgb(29,11,125); }
td.TdClassName
{
border-color: #1D0B7D;
}
.TagClassName
{
border-color: #1D0B7D;
}
</style>