Shades of Ultramarine #1D168A
Tints of Ultramarine #1D168A
RGB
CMYK
RGB Variations
Color information
#1D168A (or 0x1D168A) is known color: Ultramarine. HEX triplet: 1D, 16 and 8A. RGB value is (29,22,138). Sum of RGB (Red+Green+Blue) = 29+22+138=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D168A is #E2E975. Grayscale: #242424. Windows color (decimal): -14870902 or 9049629. OLE color: 9049629.
HSL color Cylindrical-coordinate representation of color #1D168A: hue angle of 243.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D168A is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 22 | 138 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.46 |
| HSL | 243.62º | 0.73% | 0.31% | - |
| HSV(B) | 243.62º | 0.84% | 0.54% | - |
| XYZ | 5.38 | 2.67 | 24.28 | - |
| YUV | 37.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 138 | 0.79 | 0.84 | 0 | 0.46 | 243.62 | 0.73 | 0.31 |
| Hex | 1D | 16 | 8A | 4F | 54 | 0 | 2E | F4 | 48 | 1F |
| Octal | 35 | 26 | 212 | 117 | 124 | 0 | 56 | 364 | 110 | 37 |
| Binary | 11101 | 10110 | 10001010 | 1001111 | 1010100 | 0 | 101110 | 11110100 | 1001000 | 11111 |
Color Harmonies of #1D168A
Complementary color
Monochromatic Colors of #1D168A
Black with #1D168A
Text Example
Text Example
White with #1D168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D168A; }
p { color: rgb(29,22,138); }
H1.HeaderClassName
{
color: #1D168A;
}
.AnyTagClassName
{
color: #1D168A;
}
</style>
background-color css
<style>
a { background-color: #1D168A; }
a { background-color: rgb(29,22,138); }
div.DivClassName
{
background-color: #1D168A;
}
.BgClassName
{
background-color: #1D168A;
}
</style>
border-color css
<style>
span { border-color: #1D168A; }
span { border-color: rgb(29,22,138); }
td.TdClassName
{
border-color: #1D168A;
}
.TagClassName
{
border-color: #1D168A;
}
</style>