Shades of Sapphire #163363
Tints of Sapphire #163363
RGB
CMYK
RGB Variations
Color information
#163363 (or 0x163363) is known color: Sapphire. HEX triplet: 16, 33 and 63. RGB value is (22,51,99). Sum of RGB (Red+Green+Blue) = 22+51+99=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #163363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163363 is #E9CC9C. Grayscale: #2F2F2F. Windows color (decimal): -15322269 or 6501142. OLE color: 6501142.
HSL color Cylindrical-coordinate representation of color #163363: hue angle of 217.4º 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 #163363 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 51 | 99 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.61 |
| HSL | 217.4º | 0.64% | 0.24% | - |
| HSV(B) | 217.4º | 0.78% | 0.39% | - |
| XYZ | 3.77 | 3.44 | 12.27 | - |
| YUV | 47.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 99 | 0.78 | 0.48 | 0 | 0.61 | 217.4 | 0.64 | 0.24 |
| Hex | 16 | 33 | 63 | 4E | 30 | 0 | 3D | D9 | 40 | 18 |
| Octal | 26 | 63 | 143 | 116 | 60 | 0 | 75 | 331 | 100 | 30 |
| Binary | 10110 | 110011 | 1100011 | 1001110 | 110000 | 0 | 111101 | 11011001 | 1000000 | 11000 |
Color Harmonies of #163363
Complementary color
Monochromatic Colors of #163363
Black with #163363
Text Example
Text Example
White with #163363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163363; }
p { color: rgb(22,51,99); }
H1.HeaderClassName
{
color: #163363;
}
.AnyTagClassName
{
color: #163363;
}
</style>
background-color css
<style>
a { background-color: #163363; }
a { background-color: rgb(22,51,99); }
div.DivClassName
{
background-color: #163363;
}
.BgClassName
{
background-color: #163363;
}
</style>
border-color css
<style>
span { border-color: #163363; }
span { border-color: rgb(22,51,99); }
td.TdClassName
{
border-color: #163363;
}
.TagClassName
{
border-color: #163363;
}
</style>