Shades of Sapphire #163180
Tints of Sapphire #163180
RGB
CMYK
RGB Variations
Color information
#163180 (or 0x163180) is known color: Sapphire. HEX triplet: 16, 31 and 80. RGB value is (22,49,128). Sum of RGB (Red+Green+Blue) = 22+49+128=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #163180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163180 is #E9CE7F. Grayscale: #313131. Windows color (decimal): -15322752 or 8401174. OLE color: 8401174.
HSL color Cylindrical-coordinate representation of color #163180: hue angle of 224.72º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163180 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 49 | 128 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.50 |
| HSL | 224.72º | 0.71% | 0.29% | - |
| HSV(B) | 224.72º | 0.83% | 0.5% | - |
| XYZ | 5.33 | 3.93 | 20.9 | - |
| YUV | 49.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 128 | 0.83 | 0.62 | 0 | 0.50 | 224.72 | 0.71 | 0.29 |
| Hex | 16 | 31 | 80 | 53 | 3E | 0 | 32 | E1 | 47 | 1D |
| Octal | 26 | 61 | 200 | 123 | 76 | 0 | 62 | 341 | 107 | 35 |
| Binary | 10110 | 110001 | 10000000 | 1010011 | 111110 | 0 | 110010 | 11100001 | 1000111 | 11101 |
Color Harmonies of #163180
Complementary color
Monochromatic Colors of #163180
Black with #163180
Text Example
Text Example
White with #163180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163180; }
p { color: rgb(22,49,128); }
H1.HeaderClassName
{
color: #163180;
}
.AnyTagClassName
{
color: #163180;
}
</style>
background-color css
<style>
a { background-color: #163180; }
a { background-color: rgb(22,49,128); }
div.DivClassName
{
background-color: #163180;
}
.BgClassName
{
background-color: #163180;
}
</style>
border-color css
<style>
span { border-color: #163180; }
span { border-color: rgb(22,49,128); }
td.TdClassName
{
border-color: #163180;
}
.TagClassName
{
border-color: #163180;
}
</style>