Shades of Sapphire #162464
Tints of Sapphire #162464
RGB
CMYK
RGB Variations
Color information
#162464 (or 0x162464) is known color: Sapphire. HEX triplet: 16, 24 and 64. RGB value is (22,36,100). Sum of RGB (Red+Green+Blue) = 22+36+100=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #162464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162464 is #E9DB9B. Grayscale: #262626. Windows color (decimal): -15326108 or 6562838. OLE color: 6562838.
HSL color Cylindrical-coordinate representation of color #162464: hue angle of 229.23º 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 #162464 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 36 | 100 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.61 |
| HSL | 229.23º | 0.64% | 0.24% | - |
| HSV(B) | 229.23º | 0.78% | 0.39% | - |
| XYZ | 3.26 | 2.35 | 12.34 | - |
| YUV | 39.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 100 | 0.78 | 0.64 | 0 | 0.61 | 229.23 | 0.64 | 0.24 |
| Hex | 16 | 24 | 64 | 4E | 40 | 0 | 3D | E5 | 40 | 18 |
| Octal | 26 | 44 | 144 | 116 | 100 | 0 | 75 | 345 | 100 | 30 |
| Binary | 10110 | 100100 | 1100100 | 1001110 | 1000000 | 0 | 111101 | 11100101 | 1000000 | 11000 |
Color Harmonies of #162464
Complementary color
Monochromatic Colors of #162464
Black with #162464
Text Example
Text Example
White with #162464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162464; }
p { color: rgb(22,36,100); }
H1.HeaderClassName
{
color: #162464;
}
.AnyTagClassName
{
color: #162464;
}
</style>
background-color css
<style>
a { background-color: #162464; }
a { background-color: rgb(22,36,100); }
div.DivClassName
{
background-color: #162464;
}
.BgClassName
{
background-color: #162464;
}
</style>
border-color css
<style>
span { border-color: #162464; }
span { border-color: rgb(22,36,100); }
td.TdClassName
{
border-color: #162464;
}
.TagClassName
{
border-color: #162464;
}
</style>