Shades of Ultramarine #1D0383
Tints of Ultramarine #1D0383
RGB
CMYK
RGB Variations
Color information
#1D0383 (or 0x1D0383) is known color: Ultramarine. HEX triplet: 1D, 03 and 83. RGB value is (29,3,131). Sum of RGB (Red+Green+Blue) = 29+3+131=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D0383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0383 is #E2FC7C. Grayscale: #181818. Windows color (decimal): -14875773 or 8586013. OLE color: 8586013.
HSL color Cylindrical-coordinate representation of color #1D0383: hue angle of 252.19º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0383 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 3 | 131 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.49 |
| HSL | 252.19º | 0.96% | 0.26% | - |
| HSV(B) | 252.19º | 0.98% | 0.51% | - |
| XYZ | 4.64 | 1.97 | 21.61 | - |
| YUV | 25.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 131 | 0.78 | 0.98 | 0 | 0.49 | 252.19 | 0.96 | 0.26 |
| Hex | 1D | 3 | 83 | 4E | 62 | 0 | 31 | FC | 60 | 1A |
| Octal | 35 | 3 | 203 | 116 | 142 | 0 | 61 | 374 | 140 | 32 |
| Binary | 11101 | 11 | 10000011 | 1001110 | 1100010 | 0 | 110001 | 11111100 | 1100000 | 11010 |
Color Harmonies of #1D0383
Complementary color
Monochromatic Colors of #1D0383
Black with #1D0383
Text Example
Text Example
White with #1D0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0383; }
p { color: rgb(29,3,131); }
H1.HeaderClassName
{
color: #1D0383;
}
.AnyTagClassName
{
color: #1D0383;
}
</style>
background-color css
<style>
a { background-color: #1D0383; }
a { background-color: rgb(29,3,131); }
div.DivClassName
{
background-color: #1D0383;
}
.BgClassName
{
background-color: #1D0383;
}
</style>
border-color css
<style>
span { border-color: #1D0383; }
span { border-color: rgb(29,3,131); }
td.TdClassName
{
border-color: #1D0383;
}
.TagClassName
{
border-color: #1D0383;
}
</style>