Shades of Ultramarine #1D0394
Tints of Ultramarine #1D0394
RGB
CMYK
RGB Variations
Color information
#1D0394 (or 0x1D0394) is known color: Ultramarine. HEX triplet: 1D, 03 and 94. RGB value is (29,3,148). Sum of RGB (Red+Green+Blue) = 29+3+148=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 148 (58.20% from 255 or 82.22% from 180); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D0394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0394 is #E2FC6B. Grayscale: #1A1A1A. Windows color (decimal): -14875756 or 9700125. OLE color: 9700125.
HSL color Cylindrical-coordinate representation of color #1D0394: hue angle of 250.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0394 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 3 | 148 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.42 |
| HSL | 250.76º | 0.96% | 0.3% | - |
| HSV(B) | 250.76º | 0.98% | 0.58% | - |
| XYZ | 5.88 | 2.46 | 28.18 | - |
| YUV | 27.3 | 196.11 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 148 | 0.80 | 0.98 | 0 | 0.42 | 250.76 | 0.96 | 0.3 |
| Hex | 1D | 3 | 94 | 50 | 62 | 0 | 2A | FB | 60 | 1E |
| Octal | 35 | 3 | 224 | 120 | 142 | 0 | 52 | 373 | 140 | 36 |
| Binary | 11101 | 11 | 10010100 | 1010000 | 1100010 | 0 | 101010 | 11111011 | 1100000 | 11110 |
Color Harmonies of #1D0394
Complementary color
Monochromatic Colors of #1D0394
Black with #1D0394
Text Example
Text Example
White with #1D0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0394; }
p { color: rgb(29,3,148); }
H1.HeaderClassName
{
color: #1D0394;
}
.AnyTagClassName
{
color: #1D0394;
}
</style>
background-color css
<style>
a { background-color: #1D0394; }
a { background-color: rgb(29,3,148); }
div.DivClassName
{
background-color: #1D0394;
}
.BgClassName
{
background-color: #1D0394;
}
</style>
border-color css
<style>
span { border-color: #1D0394; }
span { border-color: rgb(29,3,148); }
td.TdClassName
{
border-color: #1D0394;
}
.TagClassName
{
border-color: #1D0394;
}
</style>