Shades of Ultramarine #1D0685
Tints of Ultramarine #1D0685
RGB
CMYK
RGB Variations
Color information
#1D0685 (or 0x1D0685) is known color: Ultramarine. HEX triplet: 1D, 06 and 85. RGB value is (29,6,133). Sum of RGB (Red+Green+Blue) = 29+6+133=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D0685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0685 is #E2F97A. Grayscale: #1A1A1A. Windows color (decimal): -14875003 or 8717853. OLE color: 8717853.
HSL color Cylindrical-coordinate representation of color #1D0685: hue angle of 250.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0685 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 6 | 133 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.48 |
| HSL | 250.87º | 0.91% | 0.27% | - |
| HSV(B) | 250.87º | 0.95% | 0.52% | - |
| XYZ | 4.81 | 2.08 | 22.34 | - |
| YUV | 27.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 133 | 0.78 | 0.95 | 0 | 0.48 | 250.87 | 0.91 | 0.27 |
| Hex | 1D | 6 | 85 | 4E | 5F | 0 | 30 | FB | 5B | 1B |
| Octal | 35 | 6 | 205 | 116 | 137 | 0 | 60 | 373 | 133 | 33 |
| Binary | 11101 | 110 | 10000101 | 1001110 | 1011111 | 0 | 110000 | 11111011 | 1011011 | 11011 |
Color Harmonies of #1D0685
Complementary color
Monochromatic Colors of #1D0685
Black with #1D0685
Text Example
Text Example
White with #1D0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0685; }
p { color: rgb(29,6,133); }
H1.HeaderClassName
{
color: #1D0685;
}
.AnyTagClassName
{
color: #1D0685;
}
</style>
background-color css
<style>
a { background-color: #1D0685; }
a { background-color: rgb(29,6,133); }
div.DivClassName
{
background-color: #1D0685;
}
.BgClassName
{
background-color: #1D0685;
}
</style>
border-color css
<style>
span { border-color: #1D0685; }
span { border-color: rgb(29,6,133); }
td.TdClassName
{
border-color: #1D0685;
}
.TagClassName
{
border-color: #1D0685;
}
</style>