Shades of Sapphire #163478
Tints of Sapphire #163478
RGB
CMYK
RGB Variations
Color information
#163478 (or 0x163478) is known color: Sapphire. HEX triplet: 16, 34 and 78. RGB value is (22,52,120). Sum of RGB (Red+Green+Blue) = 22+52+120=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #163478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163478 is #E9CB87. Grayscale: #323232. Windows color (decimal): -15321992 or 7877654. OLE color: 7877654.
HSL color Cylindrical-coordinate representation of color #163478: hue angle of 221.63º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163478 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 52 | 120 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.53 |
| HSL | 221.63º | 0.69% | 0.28% | - |
| HSV(B) | 221.63º | 0.82% | 0.47% | - |
| XYZ | 4.95 | 3.98 | 18.28 | - |
| YUV | 50.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 120 | 0.82 | 0.57 | 0 | 0.53 | 221.63 | 0.69 | 0.28 |
| Hex | 16 | 34 | 78 | 52 | 39 | 0 | 35 | DE | 45 | 1C |
| Octal | 26 | 64 | 170 | 122 | 71 | 0 | 65 | 336 | 105 | 34 |
| Binary | 10110 | 110100 | 1111000 | 1010010 | 111001 | 0 | 110101 | 11011110 | 1000101 | 11100 |
Color Harmonies of #163478
Complementary color
Monochromatic Colors of #163478
Black with #163478
Text Example
Text Example
White with #163478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163478; }
p { color: rgb(22,52,120); }
H1.HeaderClassName
{
color: #163478;
}
.AnyTagClassName
{
color: #163478;
}
</style>
background-color css
<style>
a { background-color: #163478; }
a { background-color: rgb(22,52,120); }
div.DivClassName
{
background-color: #163478;
}
.BgClassName
{
background-color: #163478;
}
</style>
border-color css
<style>
span { border-color: #163478; }
span { border-color: rgb(22,52,120); }
td.TdClassName
{
border-color: #163478;
}
.TagClassName
{
border-color: #163478;
}
</style>