Shades of Sapphire #162363
Tints of Sapphire #162363
RGB
CMYK
RGB Variations
Color information
#162363 (or 0x162363) is known color: Sapphire. HEX triplet: 16, 23 and 63. RGB value is (22,35,99). Sum of RGB (Red+Green+Blue) = 22+35+99=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #162363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162363 is #E9DC9C. Grayscale: #262626. Windows color (decimal): -15326365 or 6497046. OLE color: 6497046.
HSL color Cylindrical-coordinate representation of color #162363: hue angle of 229.87º 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 #162363 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 35 | 99 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.61 |
| HSL | 229.87º | 0.64% | 0.24% | - |
| HSV(B) | 229.87º | 0.78% | 0.39% | - |
| XYZ | 3.18 | 2.27 | 12.08 | - |
| YUV | 38.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 99 | 0.78 | 0.65 | 0 | 0.61 | 229.87 | 0.64 | 0.24 |
| Hex | 16 | 23 | 63 | 4E | 41 | 0 | 3D | E6 | 40 | 18 |
| Octal | 26 | 43 | 143 | 116 | 101 | 0 | 75 | 346 | 100 | 30 |
| Binary | 10110 | 100011 | 1100011 | 1001110 | 1000001 | 0 | 111101 | 11100110 | 1000000 | 11000 |
Color Harmonies of #162363
Complementary color
Monochromatic Colors of #162363
Black with #162363
Text Example
Text Example
White with #162363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162363; }
p { color: rgb(22,35,99); }
H1.HeaderClassName
{
color: #162363;
}
.AnyTagClassName
{
color: #162363;
}
</style>
background-color css
<style>
a { background-color: #162363; }
a { background-color: rgb(22,35,99); }
div.DivClassName
{
background-color: #162363;
}
.BgClassName
{
background-color: #162363;
}
</style>
border-color css
<style>
span { border-color: #162363; }
span { border-color: rgb(22,35,99); }
td.TdClassName
{
border-color: #162363;
}
.TagClassName
{
border-color: #162363;
}
</style>