Shades of Ultramarine #1D0682
Tints of Ultramarine #1D0682
RGB
CMYK
RGB Variations
Color information
#1D0682 (or 0x1D0682) is known color: Ultramarine. HEX triplet: 1D, 06 and 82. RGB value is (29,6,130). Sum of RGB (Red+Green+Blue) = 29+6+130=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D0682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0682 is #E2F97D. Grayscale: #1A1A1A. Windows color (decimal): -14875006 or 8521245. OLE color: 8521245.
HSL color Cylindrical-coordinate representation of color #1D0682: hue angle of 251.13º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0682 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 6 | 130 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.49 |
| HSL | 251.13º | 0.91% | 0.27% | - |
| HSV(B) | 251.13º | 0.95% | 0.51% | - |
| XYZ | 4.6 | 2 | 21.26 | - |
| YUV | 27.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 130 | 0.78 | 0.95 | 0 | 0.49 | 251.13 | 0.91 | 0.27 |
| Hex | 1D | 6 | 82 | 4E | 5F | 0 | 31 | FB | 5B | 1B |
| Octal | 35 | 6 | 202 | 116 | 137 | 0 | 61 | 373 | 133 | 33 |
| Binary | 11101 | 110 | 10000010 | 1001110 | 1011111 | 0 | 110001 | 11111011 | 1011011 | 11011 |
Color Harmonies of #1D0682
Complementary color
Monochromatic Colors of #1D0682
Black with #1D0682
Text Example
Text Example
White with #1D0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0682; }
p { color: rgb(29,6,130); }
H1.HeaderClassName
{
color: #1D0682;
}
.AnyTagClassName
{
color: #1D0682;
}
</style>
background-color css
<style>
a { background-color: #1D0682; }
a { background-color: rgb(29,6,130); }
div.DivClassName
{
background-color: #1D0682;
}
.BgClassName
{
background-color: #1D0682;
}
</style>
border-color css
<style>
span { border-color: #1D0682; }
span { border-color: rgb(29,6,130); }
td.TdClassName
{
border-color: #1D0682;
}
.TagClassName
{
border-color: #1D0682;
}
</style>