Shades of Ultramarine #161D90
Tints of Ultramarine #161D90
RGB
CMYK
RGB Variations
Color information
#161D90 (or 0x161D90) is known color: Ultramarine. HEX triplet: 16, 1D and 90. RGB value is (22,29,144). Sum of RGB (Red+Green+Blue) = 22+29+144=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #161D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161D90 is #E9E26F. Grayscale: #272727. Windows color (decimal): -15327856 or 9444630. OLE color: 9444630.
HSL color Cylindrical-coordinate representation of color #161D90: hue angle of 236.56º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161D90 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 29 | 144 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.44 |
| HSL | 236.56º | 0.73% | 0.33% | - |
| HSV(B) | 236.56º | 0.85% | 0.56% | - |
| XYZ | 5.8 | 3.06 | 26.67 | - |
| YUV | 40.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 144 | 0.85 | 0.80 | 0 | 0.44 | 236.56 | 0.73 | 0.33 |
| Hex | 16 | 1D | 90 | 55 | 50 | 0 | 2C | ED | 49 | 21 |
| Octal | 26 | 35 | 220 | 125 | 120 | 0 | 54 | 355 | 111 | 41 |
| Binary | 10110 | 11101 | 10010000 | 1010101 | 1010000 | 0 | 101100 | 11101101 | 1001001 | 100001 |
Color Harmonies of #161D90
Complementary color
Monochromatic Colors of #161D90
Black with #161D90
Text Example
Text Example
White with #161D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D90; }
p { color: rgb(22,29,144); }
H1.HeaderClassName
{
color: #161D90;
}
.AnyTagClassName
{
color: #161D90;
}
</style>
background-color css
<style>
a { background-color: #161D90; }
a { background-color: rgb(22,29,144); }
div.DivClassName
{
background-color: #161D90;
}
.BgClassName
{
background-color: #161D90;
}
</style>
border-color css
<style>
span { border-color: #161D90; }
span { border-color: rgb(22,29,144); }
td.TdClassName
{
border-color: #161D90;
}
.TagClassName
{
border-color: #161D90;
}
</style>