Shades of Ultramarine #161CA0
Tints of Ultramarine #161CA0
RGB
CMYK
RGB Variations
Color information
#161CA0 (or 0x161CA0) is known color: Ultramarine. HEX triplet: 16, 1C and A0. RGB value is (22,28,160). Sum of RGB (Red+Green+Blue) = 22+28+160=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 160 (62.89% from 255 or 76.19% from 210); Max value from RGB is 160 - color contains mainly: blue. Hex color #161CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161CA0 is #E9E35F. Grayscale: #282828. Windows color (decimal): -15328096 or 10492950. OLE color: 10492950.
HSL color Cylindrical-coordinate representation of color #161CA0: hue angle of 237.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161CA0 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 28 | 160 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.37 |
| HSL | 237.39º | 0.76% | 0.36% | - |
| HSV(B) | 237.39º | 0.86% | 0.63% | - |
| XYZ | 7.09 | 3.54 | 33.57 | - |
| YUV | 41.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 160 | 0.86 | 0.82 | 0 | 0.37 | 237.39 | 0.76 | 0.36 |
| Hex | 16 | 1C | A0 | 56 | 52 | 0 | 25 | ED | 4C | 24 |
| Octal | 26 | 34 | 240 | 126 | 122 | 0 | 45 | 355 | 114 | 44 |
| Binary | 10110 | 11100 | 10100000 | 1010110 | 1010010 | 0 | 100101 | 11101101 | 1001100 | 100100 |
Color Harmonies of #161CA0
Complementary color
Monochromatic Colors of #161CA0
Black with #161CA0
Text Example
Text Example
White with #161CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161CA0; }
p { color: rgb(22,28,160); }
H1.HeaderClassName
{
color: #161CA0;
}
.AnyTagClassName
{
color: #161CA0;
}
</style>
background-color css
<style>
a { background-color: #161CA0; }
a { background-color: rgb(22,28,160); }
div.DivClassName
{
background-color: #161CA0;
}
.BgClassName
{
background-color: #161CA0;
}
</style>
border-color css
<style>
span { border-color: #161CA0; }
span { border-color: rgb(22,28,160); }
td.TdClassName
{
border-color: #161CA0;
}
.TagClassName
{
border-color: #161CA0;
}
</style>