Shades of Ultramarine #1D169A
Tints of Ultramarine #1D169A
RGB
CMYK
RGB Variations
Color information
#1D169A (or 0x1D169A) is known color: Ultramarine. HEX triplet: 1D, 16 and 9A. RGB value is (29,22,154). Sum of RGB (Red+Green+Blue) = 29+22+154=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D169A is #E2E965. Grayscale: #262626. Windows color (decimal): -14870886 or 10098205. OLE color: 10098205.
HSL color Cylindrical-coordinate representation of color #1D169A: hue angle of 243.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D169A is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 22 | 154 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.40 |
| HSL | 243.18º | 0.75% | 0.35% | - |
| HSV(B) | 243.18º | 0.86% | 0.6% | - |
| XYZ | 6.63 | 3.17 | 30.83 | - |
| YUV | 39.14 | 192.82 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 154 | 0.81 | 0.86 | 0 | 0.40 | 243.18 | 0.75 | 0.35 |
| Hex | 1D | 16 | 9A | 51 | 56 | 0 | 28 | F3 | 4B | 23 |
| Octal | 35 | 26 | 232 | 121 | 126 | 0 | 50 | 363 | 113 | 43 |
| Binary | 11101 | 10110 | 10011010 | 1010001 | 1010110 | 0 | 101000 | 11110011 | 1001011 | 100011 |
Color Harmonies of #1D169A
Complementary color
Monochromatic Colors of #1D169A
Black with #1D169A
Text Example
Text Example
White with #1D169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D169A; }
p { color: rgb(29,22,154); }
H1.HeaderClassName
{
color: #1D169A;
}
.AnyTagClassName
{
color: #1D169A;
}
</style>
background-color css
<style>
a { background-color: #1D169A; }
a { background-color: rgb(29,22,154); }
div.DivClassName
{
background-color: #1D169A;
}
.BgClassName
{
background-color: #1D169A;
}
</style>
border-color css
<style>
span { border-color: #1D169A; }
span { border-color: rgb(29,22,154); }
td.TdClassName
{
border-color: #1D169A;
}
.TagClassName
{
border-color: #1D169A;
}
</style>