Shades of Ultramarine #1D068D
Tints of Ultramarine #1D068D
RGB
CMYK
RGB Variations
Color information
#1D068D (or 0x1D068D) is known color: Ultramarine. HEX triplet: 1D, 06 and 8D. RGB value is (29,6,141). Sum of RGB (Red+Green+Blue) = 29+6+141=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D068D is #E2F972. Grayscale: #1B1B1B. Windows color (decimal): -14874995 or 9242141. OLE color: 9242141.
HSL color Cylindrical-coordinate representation of color #1D068D: hue angle of 250.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D068D is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 6 | 141 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.45 |
| HSL | 250.22º | 0.92% | 0.29% | - |
| HSV(B) | 250.22º | 0.96% | 0.55% | - |
| XYZ | 5.38 | 2.31 | 25.36 | - |
| YUV | 28.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 141 | 0.79 | 0.96 | 0 | 0.45 | 250.22 | 0.92 | 0.29 |
| Hex | 1D | 6 | 8D | 4F | 60 | 0 | 2D | FA | 5C | 1D |
| Octal | 35 | 6 | 215 | 117 | 140 | 0 | 55 | 372 | 134 | 35 |
| Binary | 11101 | 110 | 10001101 | 1001111 | 1100000 | 0 | 101101 | 11111010 | 1011100 | 11101 |
Color Harmonies of #1D068D
Complementary color
Monochromatic Colors of #1D068D
Black with #1D068D
Text Example
Text Example
White with #1D068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D068D; }
p { color: rgb(29,6,141); }
H1.HeaderClassName
{
color: #1D068D;
}
.AnyTagClassName
{
color: #1D068D;
}
</style>
background-color css
<style>
a { background-color: #1D068D; }
a { background-color: rgb(29,6,141); }
div.DivClassName
{
background-color: #1D068D;
}
.BgClassName
{
background-color: #1D068D;
}
</style>
border-color css
<style>
span { border-color: #1D068D; }
span { border-color: rgb(29,6,141); }
td.TdClassName
{
border-color: #1D068D;
}
.TagClassName
{
border-color: #1D068D;
}
</style>