Shades of Ultramarine #161891
Tints of Ultramarine #161891
RGB
CMYK
RGB Variations
Color information
#161891 (or 0x161891) is known color: Ultramarine. HEX triplet: 16, 18 and 91. RGB value is (22,24,145). Sum of RGB (Red+Green+Blue) = 22+24+145=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #161891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161891 is #E9E76E. Grayscale: #242424. Windows color (decimal): -15329135 or 9508886. OLE color: 9508886.
HSL color Cylindrical-coordinate representation of color #161891: hue angle of 239.02º 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 #161891 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 24 | 145 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.43 |
| HSL | 239.02º | 0.74% | 0.33% | - |
| HSV(B) | 239.02º | 0.85% | 0.57% | - |
| XYZ | 5.77 | 2.87 | 27.04 | - |
| YUV | 37.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 145 | 0.85 | 0.83 | 0 | 0.43 | 239.02 | 0.74 | 0.33 |
| Hex | 16 | 18 | 91 | 55 | 53 | 0 | 2B | EF | 4A | 21 |
| Octal | 26 | 30 | 221 | 125 | 123 | 0 | 53 | 357 | 112 | 41 |
| Binary | 10110 | 11000 | 10010001 | 1010101 | 1010011 | 0 | 101011 | 11101111 | 1001010 | 100001 |
Color Harmonies of #161891
Complementary color
Monochromatic Colors of #161891
Black with #161891
Text Example
Text Example
White with #161891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161891; }
p { color: rgb(22,24,145); }
H1.HeaderClassName
{
color: #161891;
}
.AnyTagClassName
{
color: #161891;
}
</style>
background-color css
<style>
a { background-color: #161891; }
a { background-color: rgb(22,24,145); }
div.DivClassName
{
background-color: #161891;
}
.BgClassName
{
background-color: #161891;
}
</style>
border-color css
<style>
span { border-color: #161891; }
span { border-color: rgb(22,24,145); }
td.TdClassName
{
border-color: #161891;
}
.TagClassName
{
border-color: #161891;
}
</style>