Shades of Ultramarine #161D91
Tints of Ultramarine #161D91
RGB
CMYK
RGB Variations
Color information
#161D91 (or 0x161D91) is known color: Ultramarine. HEX triplet: 16, 1D and 91. RGB value is (22,29,145). Sum of RGB (Red+Green+Blue) = 22+29+145=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #161D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161D91 is #E9E26E. Grayscale: #272727. Windows color (decimal): -15327855 or 9510166. OLE color: 9510166.
HSL color Cylindrical-coordinate representation of color #161D91: hue angle of 236.59º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161D91 is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 29 | 145 | - |
| CMYK | 0.85 | 0.8 | 0 | 0.43 |
| HSL | 236.59º | 0.74% | 0.33% | - |
| HSV(B) | 236.59º | 0.85% | 0.57% | - |
| XYZ | 5.88 | 3.09 | 27.08 | - |
| YUV | 40.13 | 187.18 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 145 | 0.85 | 0.8 | 0 | 0.43 | 236.59 | 0.74 | 0.33 |
| Hex | 16 | 1D | 91 | 55 | 50 | 0 | 2B | ED | 4A | 21 |
| Octal | 26 | 35 | 221 | 125 | 120 | 0 | 53 | 355 | 112 | 41 |
| Binary | 10110 | 11101 | 10010001 | 1010101 | 1010000 | 0 | 101011 | 11101101 | 1001010 | 100001 |
Color Harmonies of #161D91
Complementary color
Monochromatic Colors of #161D91
Black with #161D91
Text Example
Text Example
White with #161D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D91; }
p { color: rgb(22,29,145); }
H1.HeaderClassName
{
color: #161D91;
}
.AnyTagClassName
{
color: #161D91;
}
</style>
background-color css
<style>
a { background-color: #161D91; }
a { background-color: rgb(22,29,145); }
div.DivClassName
{
background-color: #161D91;
}
.BgClassName
{
background-color: #161D91;
}
</style>
border-color css
<style>
span { border-color: #161D91; }
span { border-color: rgb(22,29,145); }
td.TdClassName
{
border-color: #161D91;
}
.TagClassName
{
border-color: #161D91;
}
</style>