Shades of Ultramarine #1D0C85
Tints of Ultramarine #1D0C85
RGB
CMYK
RGB Variations
Color information
#1D0C85 (or 0x1D0C85) is known color: Ultramarine. HEX triplet: 1D, 0C and 85. RGB value is (29,12,133). Sum of RGB (Red+Green+Blue) = 29+12+133=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 133 (52.34% from 255 or 76.44% from 174); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D0C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0C85 is #E2F37A. Grayscale: #1E1E1E. Windows color (decimal): -14873467 or 8719389. OLE color: 8719389.
HSL color Cylindrical-coordinate representation of color #1D0C85: hue angle of 248.43º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0C85 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 12 | 133 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.48 |
| HSL | 248.43º | 0.83% | 0.28% | - |
| HSV(B) | 248.43º | 0.91% | 0.52% | - |
| XYZ | 4.87 | 2.22 | 22.36 | - |
| YUV | 30.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 133 | 0.78 | 0.91 | 0 | 0.48 | 248.43 | 0.83 | 0.28 |
| Hex | 1D | C | 85 | 4E | 5B | 0 | 30 | F8 | 53 | 1C |
| Octal | 35 | 14 | 205 | 116 | 133 | 0 | 60 | 370 | 123 | 34 |
| Binary | 11101 | 1100 | 10000101 | 1001110 | 1011011 | 0 | 110000 | 11111000 | 1010011 | 11100 |
Color Harmonies of #1D0C85
Complementary color
Monochromatic Colors of #1D0C85
Black with #1D0C85
Text Example
Text Example
White with #1D0C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C85; }
p { color: rgb(29,12,133); }
H1.HeaderClassName
{
color: #1D0C85;
}
.AnyTagClassName
{
color: #1D0C85;
}
</style>
background-color css
<style>
a { background-color: #1D0C85; }
a { background-color: rgb(29,12,133); }
div.DivClassName
{
background-color: #1D0C85;
}
.BgClassName
{
background-color: #1D0C85;
}
</style>
border-color css
<style>
span { border-color: #1D0C85; }
span { border-color: rgb(29,12,133); }
td.TdClassName
{
border-color: #1D0C85;
}
.TagClassName
{
border-color: #1D0C85;
}
</style>