Shades of Sapphire #163674
Tints of Sapphire #163674
RGB
CMYK
RGB Variations
Color information
#163674 (or 0x163674) is known color: Sapphire. HEX triplet: 16, 36 and 74. RGB value is (22,54,116). Sum of RGB (Red+Green+Blue) = 22+54+116=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #163674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163674 is #E9C98B. Grayscale: #333333. Windows color (decimal): -15321484 or 7616022. OLE color: 7616022.
HSL color Cylindrical-coordinate representation of color #163674: hue angle of 219.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163674 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 54 | 116 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.55 |
| HSL | 219.57º | 0.68% | 0.27% | - |
| HSV(B) | 219.57º | 0.81% | 0.45% | - |
| XYZ | 4.8 | 4.07 | 17.06 | - |
| YUV | 51.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 116 | 0.81 | 0.53 | 0 | 0.55 | 219.57 | 0.68 | 0.27 |
| Hex | 16 | 36 | 74 | 51 | 35 | 0 | 37 | DC | 44 | 1B |
| Octal | 26 | 66 | 164 | 121 | 65 | 0 | 67 | 334 | 104 | 33 |
| Binary | 10110 | 110110 | 1110100 | 1010001 | 110101 | 0 | 110111 | 11011100 | 1000100 | 11011 |
Color Harmonies of #163674
Complementary color
Monochromatic Colors of #163674
Black with #163674
Text Example
Text Example
White with #163674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163674; }
p { color: rgb(22,54,116); }
H1.HeaderClassName
{
color: #163674;
}
.AnyTagClassName
{
color: #163674;
}
</style>
background-color css
<style>
a { background-color: #163674; }
a { background-color: rgb(22,54,116); }
div.DivClassName
{
background-color: #163674;
}
.BgClassName
{
background-color: #163674;
}
</style>
border-color css
<style>
span { border-color: #163674; }
span { border-color: rgb(22,54,116); }
td.TdClassName
{
border-color: #163674;
}
.TagClassName
{
border-color: #163674;
}
</style>