Shades of Sapphire #163265
Tints of Sapphire #163265
RGB
CMYK
RGB Variations
Color information
#163265 (or 0x163265) is known color: Sapphire. HEX triplet: 16, 32 and 65. RGB value is (22,50,101). Sum of RGB (Red+Green+Blue) = 22+50+101=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #163265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163265 is #E9CD9A. Grayscale: #2F2F2F. Windows color (decimal): -15322523 or 6631958. OLE color: 6631958.
HSL color Cylindrical-coordinate representation of color #163265: hue angle of 218.73º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163265 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 50 | 101 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.60 |
| HSL | 218.73º | 0.64% | 0.24% | - |
| HSV(B) | 218.73º | 0.78% | 0.4% | - |
| XYZ | 3.82 | 3.39 | 12.77 | - |
| YUV | 47.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 101 | 0.78 | 0.50 | 0 | 0.60 | 218.73 | 0.64 | 0.24 |
| Hex | 16 | 32 | 65 | 4E | 32 | 0 | 3C | DB | 40 | 18 |
| Octal | 26 | 62 | 145 | 116 | 62 | 0 | 74 | 333 | 100 | 30 |
| Binary | 10110 | 110010 | 1100101 | 1001110 | 110010 | 0 | 111100 | 11011011 | 1000000 | 11000 |
Color Harmonies of #163265
Complementary color
Monochromatic Colors of #163265
Black with #163265
Text Example
Text Example
White with #163265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163265; }
p { color: rgb(22,50,101); }
H1.HeaderClassName
{
color: #163265;
}
.AnyTagClassName
{
color: #163265;
}
</style>
background-color css
<style>
a { background-color: #163265; }
a { background-color: rgb(22,50,101); }
div.DivClassName
{
background-color: #163265;
}
.BgClassName
{
background-color: #163265;
}
</style>
border-color css
<style>
span { border-color: #163265; }
span { border-color: rgb(22,50,101); }
td.TdClassName
{
border-color: #163265;
}
.TagClassName
{
border-color: #163265;
}
</style>