Shades of Ultramarine #1D1DA4
Tints of Ultramarine #1D1DA4
RGB
CMYK
RGB Variations
Color information
#1D1DA4 (or 0x1D1DA4) is known color: Ultramarine. HEX triplet: 1D, 1D and A4. RGB value is (29,29,164). Sum of RGB (Red+Green+Blue) = 29+29+164=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 164 (64.45% from 255 or 73.87% from 222); Max value from RGB is 164 - color contains mainly: blue. Hex color #1D1DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1DA4 is #E2E25B. Grayscale: #2B2B2B. Windows color (decimal): -14869084 or 10755357. OLE color: 10755357.
HSL color Cylindrical-coordinate representation of color #1D1DA4: hue angle of 240º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1DA4 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 29 | 164 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.36 |
| HSL | 240º | 0.7% | 0.38% | - |
| HSV(B) | 240º | 0.82% | 0.64% | - |
| XYZ | 7.65 | 3.82 | 35.46 | - |
| YUV | 44.39 | 195.5 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 164 | 0.82 | 0.82 | 0 | 0.36 | 240 | 0.7 | 0.38 |
| Hex | 1D | 1D | A4 | 52 | 52 | 0 | 24 | F0 | 46 | 26 |
| Octal | 35 | 35 | 244 | 122 | 122 | 0 | 44 | 360 | 106 | 46 |
| Binary | 11101 | 11101 | 10100100 | 1010010 | 1010010 | 0 | 100100 | 11110000 | 1000110 | 100110 |
Color Harmonies of #1D1DA4
Complementary color
Monochromatic Colors of #1D1DA4
Black with #1D1DA4
Text Example
Text Example
White with #1D1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1DA4; }
p { color: rgb(29,29,164); }
H1.HeaderClassName
{
color: #1D1DA4;
}
.AnyTagClassName
{
color: #1D1DA4;
}
</style>
background-color css
<style>
a { background-color: #1D1DA4; }
a { background-color: rgb(29,29,164); }
div.DivClassName
{
background-color: #1D1DA4;
}
.BgClassName
{
background-color: #1D1DA4;
}
</style>
border-color css
<style>
span { border-color: #1D1DA4; }
span { border-color: rgb(29,29,164); }
td.TdClassName
{
border-color: #1D1DA4;
}
.TagClassName
{
border-color: #1D1DA4;
}
</style>