Shades of Ultramarine #161CA2
Tints of Ultramarine #161CA2
RGB
CMYK
RGB Variations
Color information
#161CA2 (or 0x161CA2) is known color: Ultramarine. HEX triplet: 16, 1C and A2. RGB value is (22,28,162). Sum of RGB (Red+Green+Blue) = 22+28+162=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #161CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161CA2 is #E9E35D. Grayscale: #282828. Windows color (decimal): -15328094 or 10624022. OLE color: 10624022.
HSL color Cylindrical-coordinate representation of color #161CA2: hue angle of 237.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161CA2 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 28 | 162 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.36 |
| HSL | 237.43º | 0.76% | 0.36% | - |
| HSV(B) | 237.43º | 0.86% | 0.64% | - |
| XYZ | 7.27 | 3.61 | 34.5 | - |
| YUV | 41.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 162 | 0.86 | 0.83 | 0 | 0.36 | 237.43 | 0.76 | 0.36 |
| Hex | 16 | 1C | A2 | 56 | 53 | 0 | 24 | ED | 4C | 24 |
| Octal | 26 | 34 | 242 | 126 | 123 | 0 | 44 | 355 | 114 | 44 |
| Binary | 10110 | 11100 | 10100010 | 1010110 | 1010011 | 0 | 100100 | 11101101 | 1001100 | 100100 |
Color Harmonies of #161CA2
Complementary color
Monochromatic Colors of #161CA2
Black with #161CA2
Text Example
Text Example
White with #161CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161CA2; }
p { color: rgb(22,28,162); }
H1.HeaderClassName
{
color: #161CA2;
}
.AnyTagClassName
{
color: #161CA2;
}
</style>
background-color css
<style>
a { background-color: #161CA2; }
a { background-color: rgb(22,28,162); }
div.DivClassName
{
background-color: #161CA2;
}
.BgClassName
{
background-color: #161CA2;
}
</style>
border-color css
<style>
span { border-color: #161CA2; }
span { border-color: rgb(22,28,162); }
td.TdClassName
{
border-color: #161CA2;
}
.TagClassName
{
border-color: #161CA2;
}
</style>