Shades of Sapphire #163262
Tints of Sapphire #163262
RGB
CMYK
RGB Variations
Color information
#163262 (or 0x163262) is known color: Sapphire. HEX triplet: 16, 32 and 62. RGB value is (22,50,98). Sum of RGB (Red+Green+Blue) = 22+50+98=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #163262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163262 is #E9CD9D. Grayscale: #2E2E2E. Windows color (decimal): -15322526 or 6435350. OLE color: 6435350.
HSL color Cylindrical-coordinate representation of color #163262: hue angle of 217.89º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163262 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 50 | 98 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.62 |
| HSL | 217.89º | 0.63% | 0.24% | - |
| HSV(B) | 217.89º | 0.78% | 0.38% | - |
| XYZ | 3.68 | 3.33 | 12 | - |
| YUV | 47.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 98 | 0.78 | 0.49 | 0 | 0.62 | 217.89 | 0.63 | 0.24 |
| Hex | 16 | 32 | 62 | 4E | 31 | 0 | 3E | DA | 3F | 18 |
| Octal | 26 | 62 | 142 | 116 | 61 | 0 | 76 | 332 | 77 | 30 |
| Binary | 10110 | 110010 | 1100010 | 1001110 | 110001 | 0 | 111110 | 11011010 | 111111 | 11000 |
Color Harmonies of #163262
Complementary color
Monochromatic Colors of #163262
Black with #163262
Text Example
Text Example
White with #163262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163262; }
p { color: rgb(22,50,98); }
H1.HeaderClassName
{
color: #163262;
}
.AnyTagClassName
{
color: #163262;
}
</style>
background-color css
<style>
a { background-color: #163262; }
a { background-color: rgb(22,50,98); }
div.DivClassName
{
background-color: #163262;
}
.BgClassName
{
background-color: #163262;
}
</style>
border-color css
<style>
span { border-color: #163262; }
span { border-color: rgb(22,50,98); }
td.TdClassName
{
border-color: #163262;
}
.TagClassName
{
border-color: #163262;
}
</style>