Shades of Sapphire #163069
Tints of Sapphire #163069
RGB
CMYK
RGB Variations
Color information
#163069 (or 0x163069) is known color: Sapphire. HEX triplet: 16, 30 and 69. RGB value is (22,48,105). Sum of RGB (Red+Green+Blue) = 22+48+105=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #163069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163069 is #E9CF96. Grayscale: #2E2E2E. Windows color (decimal): -15323031 or 6893590. OLE color: 6893590.
HSL color Cylindrical-coordinate representation of color #163069: hue angle of 221.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163069 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 48 | 105 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.59 |
| HSL | 221.2º | 0.65% | 0.25% | - |
| HSV(B) | 221.2º | 0.79% | 0.41% | - |
| XYZ | 3.94 | 3.3 | 13.79 | - |
| YUV | 46.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 105 | 0.79 | 0.54 | 0 | 0.59 | 221.2 | 0.65 | 0.25 |
| Hex | 16 | 30 | 69 | 4F | 36 | 0 | 3B | DD | 41 | 19 |
| Octal | 26 | 60 | 151 | 117 | 66 | 0 | 73 | 335 | 101 | 31 |
| Binary | 10110 | 110000 | 1101001 | 1001111 | 110110 | 0 | 111011 | 11011101 | 1000001 | 11001 |
Color Harmonies of #163069
Complementary color
Monochromatic Colors of #163069
Black with #163069
Text Example
Text Example
White with #163069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163069; }
p { color: rgb(22,48,105); }
H1.HeaderClassName
{
color: #163069;
}
.AnyTagClassName
{
color: #163069;
}
</style>
background-color css
<style>
a { background-color: #163069; }
a { background-color: rgb(22,48,105); }
div.DivClassName
{
background-color: #163069;
}
.BgClassName
{
background-color: #163069;
}
</style>
border-color css
<style>
span { border-color: #163069; }
span { border-color: rgb(22,48,105); }
td.TdClassName
{
border-color: #163069;
}
.TagClassName
{
border-color: #163069;
}
</style>