Shades of Ultramarine #1D007C
Tints of Ultramarine #1D007C
RGB
CMYK
RGB Variations
Color information
#1D007C (or 0x1D007C) is known color: Ultramarine. HEX triplet: 1D, 00 and 7C. RGB value is (29,0,124). Sum of RGB (Red+Green+Blue) = 29+0+124=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D007C is #E2FF83. Grayscale: #161616. Windows color (decimal): -14876548 or 8126493. OLE color: 8126493.
HSL color Cylindrical-coordinate representation of color #1D007C: hue angle of 254.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D007C is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 0 | 124 | - |
| CMYK | 0.77 | 1 | 0 | 0.51 |
| HSL | 254.03º | 1% | 0.24% | - |
| HSV(B) | 254.03º | 1% | 0.49% | - |
| XYZ | 4.14 | 1.72 | 19.18 | - |
| YUV | 22.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 124 | 0.77 | 1 | 0 | 0.51 | 254.03 | 1 | 0.24 |
| Hex | 1D | 0 | 7C | 4D | 64 | 0 | 33 | FE | 64 | 18 |
| Octal | 35 | 0 | 174 | 115 | 144 | 0 | 63 | 376 | 144 | 30 |
| Binary | 11101 | 0 | 1111100 | 1001101 | 1100100 | 0 | 110011 | 11111110 | 1100100 | 11000 |
Color Harmonies of #1D007C
Complementary color
Monochromatic Colors of #1D007C
Black with #1D007C
Text Example
Text Example
White with #1D007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D007C; }
p { color: rgb(29,0,124); }
H1.HeaderClassName
{
color: #1D007C;
}
.AnyTagClassName
{
color: #1D007C;
}
</style>
background-color css
<style>
a { background-color: #1D007C; }
a { background-color: rgb(29,0,124); }
div.DivClassName
{
background-color: #1D007C;
}
.BgClassName
{
background-color: #1D007C;
}
</style>
border-color css
<style>
span { border-color: #1D007C; }
span { border-color: rgb(29,0,124); }
td.TdClassName
{
border-color: #1D007C;
}
.TagClassName
{
border-color: #1D007C;
}
</style>