Shades of Ultramarine #1D0688
Tints of Ultramarine #1D0688
RGB
CMYK
RGB Variations
Color information
#1D0688 (or 0x1D0688) is known color: Ultramarine. HEX triplet: 1D, 06 and 88. RGB value is (29,6,136). Sum of RGB (Red+Green+Blue) = 29+6+136=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 136 (53.52% from 255 or 79.53% from 171); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D0688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0688 is #E2F977. Grayscale: #1B1B1B. Windows color (decimal): -14875000 or 8914461. OLE color: 8914461.
HSL color Cylindrical-coordinate representation of color #1D0688: hue angle of 250.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0688 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 6 | 136 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.47 |
| HSL | 250.62º | 0.92% | 0.28% | - |
| HSV(B) | 250.62º | 0.96% | 0.53% | - |
| XYZ | 5.02 | 2.17 | 23.45 | - |
| YUV | 27.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 136 | 0.79 | 0.96 | 0 | 0.47 | 250.62 | 0.92 | 0.28 |
| Hex | 1D | 6 | 88 | 4F | 60 | 0 | 2F | FB | 5C | 1C |
| Octal | 35 | 6 | 210 | 117 | 140 | 0 | 57 | 373 | 134 | 34 |
| Binary | 11101 | 110 | 10001000 | 1001111 | 1100000 | 0 | 101111 | 11111011 | 1011100 | 11100 |
Color Harmonies of #1D0688
Complementary color
Monochromatic Colors of #1D0688
Black with #1D0688
Text Example
Text Example
White with #1D0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0688; }
p { color: rgb(29,6,136); }
H1.HeaderClassName
{
color: #1D0688;
}
.AnyTagClassName
{
color: #1D0688;
}
</style>
background-color css
<style>
a { background-color: #1D0688; }
a { background-color: rgb(29,6,136); }
div.DivClassName
{
background-color: #1D0688;
}
.BgClassName
{
background-color: #1D0688;
}
</style>
border-color css
<style>
span { border-color: #1D0688; }
span { border-color: rgb(29,6,136); }
td.TdClassName
{
border-color: #1D0688;
}
.TagClassName
{
border-color: #1D0688;
}
</style>