Shades of Ultramarine #1D0683
Tints of Ultramarine #1D0683
RGB
CMYK
RGB Variations
Color information
#1D0683 (or 0x1D0683) is known color: Ultramarine. HEX triplet: 1D, 06 and 83. RGB value is (29,6,131). Sum of RGB (Red+Green+Blue) = 29+6+131=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D0683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0683 is #E2F97C. Grayscale: #1A1A1A. Windows color (decimal): -14875005 or 8586781. OLE color: 8586781.
HSL color Cylindrical-coordinate representation of color #1D0683: hue angle of 251.04º 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 #1D0683 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 6 | 131 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.49 |
| HSL | 251.04º | 0.91% | 0.27% | - |
| HSV(B) | 251.04º | 0.95% | 0.51% | - |
| XYZ | 4.67 | 2.03 | 21.62 | - |
| YUV | 27.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 131 | 0.78 | 0.95 | 0 | 0.49 | 251.04 | 0.91 | 0.27 |
| Hex | 1D | 6 | 83 | 4E | 5F | 0 | 31 | FB | 5B | 1B |
| Octal | 35 | 6 | 203 | 116 | 137 | 0 | 61 | 373 | 133 | 33 |
| Binary | 11101 | 110 | 10000011 | 1001110 | 1011111 | 0 | 110001 | 11111011 | 1011011 | 11011 |
Color Harmonies of #1D0683
Complementary color
Monochromatic Colors of #1D0683
Black with #1D0683
Text Example
Text Example
White with #1D0683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0683; }
p { color: rgb(29,6,131); }
H1.HeaderClassName
{
color: #1D0683;
}
.AnyTagClassName
{
color: #1D0683;
}
</style>
background-color css
<style>
a { background-color: #1D0683; }
a { background-color: rgb(29,6,131); }
div.DivClassName
{
background-color: #1D0683;
}
.BgClassName
{
background-color: #1D0683;
}
</style>
border-color css
<style>
span { border-color: #1D0683; }
span { border-color: rgb(29,6,131); }
td.TdClassName
{
border-color: #1D0683;
}
.TagClassName
{
border-color: #1D0683;
}
</style>