Shades of Sapphire #162463
Tints of Sapphire #162463
RGB
CMYK
RGB Variations
Color information
#162463 (or 0x162463) is known color: Sapphire. HEX triplet: 16, 24 and 63. RGB value is (22,36,99). Sum of RGB (Red+Green+Blue) = 22+36+99=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #162463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162463 is #E9DB9C. Grayscale: #262626. Windows color (decimal): -15326109 or 6497302. OLE color: 6497302.
HSL color Cylindrical-coordinate representation of color #162463: hue angle of 229.09º 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 #162463 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 36 | 99 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.61 |
| HSL | 229.09º | 0.64% | 0.24% | - |
| HSV(B) | 229.09º | 0.78% | 0.39% | - |
| XYZ | 3.21 | 2.33 | 12.09 | - |
| YUV | 39 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 99 | 0.78 | 0.64 | 0 | 0.61 | 229.09 | 0.64 | 0.24 |
| Hex | 16 | 24 | 63 | 4E | 40 | 0 | 3D | E5 | 40 | 18 |
| Octal | 26 | 44 | 143 | 116 | 100 | 0 | 75 | 345 | 100 | 30 |
| Binary | 10110 | 100100 | 1100011 | 1001110 | 1000000 | 0 | 111101 | 11100101 | 1000000 | 11000 |
Color Harmonies of #162463
Complementary color
Monochromatic Colors of #162463
Black with #162463
Text Example
Text Example
White with #162463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162463; }
p { color: rgb(22,36,99); }
H1.HeaderClassName
{
color: #162463;
}
.AnyTagClassName
{
color: #162463;
}
</style>
background-color css
<style>
a { background-color: #162463; }
a { background-color: rgb(22,36,99); }
div.DivClassName
{
background-color: #162463;
}
.BgClassName
{
background-color: #162463;
}
</style>
border-color css
<style>
span { border-color: #162463; }
span { border-color: rgb(22,36,99); }
td.TdClassName
{
border-color: #162463;
}
.TagClassName
{
border-color: #162463;
}
</style>