Shades of Ultramarine #161C90
Tints of Ultramarine #161C90
RGB
CMYK
RGB Variations
Color information
#161C90 (or 0x161C90) is known color: Ultramarine. HEX triplet: 16, 1C and 90. RGB value is (22,28,144). Sum of RGB (Red+Green+Blue) = 22+28+144=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #161C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161C90 is #E9E36F. Grayscale: #262626. Windows color (decimal): -15328112 or 9444374. OLE color: 9444374.
HSL color Cylindrical-coordinate representation of color #161C90: hue angle of 237.05º 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 #161C90 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 28 | 144 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.44 |
| HSL | 237.05º | 0.73% | 0.33% | - |
| HSV(B) | 237.05º | 0.85% | 0.56% | - |
| XYZ | 5.78 | 3.01 | 26.66 | - |
| YUV | 39.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 144 | 0.85 | 0.81 | 0 | 0.44 | 237.05 | 0.73 | 0.33 |
| Hex | 16 | 1C | 90 | 55 | 51 | 0 | 2C | ED | 49 | 21 |
| Octal | 26 | 34 | 220 | 125 | 121 | 0 | 54 | 355 | 111 | 41 |
| Binary | 10110 | 11100 | 10010000 | 1010101 | 1010001 | 0 | 101100 | 11101101 | 1001001 | 100001 |
Color Harmonies of #161C90
Complementary color
Monochromatic Colors of #161C90
Black with #161C90
Text Example
Text Example
White with #161C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C90; }
p { color: rgb(22,28,144); }
H1.HeaderClassName
{
color: #161C90;
}
.AnyTagClassName
{
color: #161C90;
}
</style>
background-color css
<style>
a { background-color: #161C90; }
a { background-color: rgb(22,28,144); }
div.DivClassName
{
background-color: #161C90;
}
.BgClassName
{
background-color: #161C90;
}
</style>
border-color css
<style>
span { border-color: #161C90; }
span { border-color: rgb(22,28,144); }
td.TdClassName
{
border-color: #161C90;
}
.TagClassName
{
border-color: #161C90;
}
</style>