Shades of Sapphire #162964
Tints of Sapphire #162964
RGB
CMYK
RGB Variations
Color information
#162964 (or 0x162964) is known color: Sapphire. HEX triplet: 16, 29 and 64. RGB value is (22,41,100). Sum of RGB (Red+Green+Blue) = 22+41+100=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 100 (39.45% from 255 or 61.35% from 163); Max value from RGB is 100 - color contains mainly: blue. Hex color #162964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162964 is #E9D69B. Grayscale: #292929. Windows color (decimal): -15324828 or 6564118. OLE color: 6564118.
HSL color Cylindrical-coordinate representation of color #162964: hue angle of 225.38º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #162964 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 41 | 100 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.61 |
| HSL | 225.38º | 0.64% | 0.24% | - |
| HSV(B) | 225.38º | 0.78% | 0.39% | - |
| XYZ | 3.42 | 2.68 | 12.39 | - |
| YUV | 42.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 100 | 0.78 | 0.59 | 0 | 0.61 | 225.38 | 0.64 | 0.24 |
| Hex | 16 | 29 | 64 | 4E | 3B | 0 | 3D | E1 | 40 | 18 |
| Octal | 26 | 51 | 144 | 116 | 73 | 0 | 75 | 341 | 100 | 30 |
| Binary | 10110 | 101001 | 1100100 | 1001110 | 111011 | 0 | 111101 | 11100001 | 1000000 | 11000 |
Color Harmonies of #162964
Complementary color
Monochromatic Colors of #162964
Black with #162964
Text Example
Text Example
White with #162964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162964; }
p { color: rgb(22,41,100); }
H1.HeaderClassName
{
color: #162964;
}
.AnyTagClassName
{
color: #162964;
}
</style>
background-color css
<style>
a { background-color: #162964; }
a { background-color: rgb(22,41,100); }
div.DivClassName
{
background-color: #162964;
}
.BgClassName
{
background-color: #162964;
}
</style>
border-color css
<style>
span { border-color: #162964; }
span { border-color: rgb(22,41,100); }
td.TdClassName
{
border-color: #162964;
}
.TagClassName
{
border-color: #162964;
}
</style>