Shades of Sapphire #162656
Tints of Sapphire #162656
RGB
CMYK
RGB Variations
Color information
#162656 (or 0x162656) is known color: Sapphire. HEX triplet: 16, 26 and 56. RGB value is (22,38,86). Sum of RGB (Red+Green+Blue) = 22+38+86=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #162656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162656 is #E9D9A9. Grayscale: #262626. Windows color (decimal): -15325610 or 5645846. OLE color: 5645846.
HSL color Cylindrical-coordinate representation of color #162656: hue angle of 225º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162656 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 38 | 86 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.66 |
| HSL | 225º | 0.59% | 0.21% | - |
| HSV(B) | 225º | 0.74% | 0.34% | - |
| XYZ | 2.7 | 2.23 | 9.09 | - |
| YUV | 38.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 86 | 0.74 | 0.56 | 0 | 0.66 | 225 | 0.59 | 0.21 |
| Hex | 16 | 26 | 56 | 4A | 38 | 0 | 42 | E1 | 3B | 15 |
| Octal | 26 | 46 | 126 | 112 | 70 | 0 | 102 | 341 | 73 | 25 |
| Binary | 10110 | 100110 | 1010110 | 1001010 | 111000 | 0 | 1000010 | 11100001 | 111011 | 10101 |
Color Harmonies of #162656
Complementary color
Monochromatic Colors of #162656
Black with #162656
Text Example
Text Example
White with #162656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162656; }
p { color: rgb(22,38,86); }
H1.HeaderClassName
{
color: #162656;
}
.AnyTagClassName
{
color: #162656;
}
</style>
background-color css
<style>
a { background-color: #162656; }
a { background-color: rgb(22,38,86); }
div.DivClassName
{
background-color: #162656;
}
.BgClassName
{
background-color: #162656;
}
</style>
border-color css
<style>
span { border-color: #162656; }
span { border-color: rgb(22,38,86); }
td.TdClassName
{
border-color: #162656;
}
.TagClassName
{
border-color: #162656;
}
</style>