Shades of Sapphire #163181
Tints of Sapphire #163181
RGB
CMYK
RGB Variations
Color information
#163181 (or 0x163181) is known color: Sapphire. HEX triplet: 16, 31 and 81. RGB value is (22,49,129). Sum of RGB (Red+Green+Blue) = 22+49+129=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #163181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163181 is #E9CE7E. Grayscale: #313131. Windows color (decimal): -15322751 or 8466710. OLE color: 8466710.
HSL color Cylindrical-coordinate representation of color #163181: hue angle of 224.86º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163181 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 49 | 129 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.49 |
| HSL | 224.86º | 0.71% | 0.3% | - |
| HSV(B) | 224.86º | 0.83% | 0.51% | - |
| XYZ | 5.39 | 3.95 | 21.25 | - |
| YUV | 50.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 129 | 0.83 | 0.62 | 0 | 0.49 | 224.86 | 0.71 | 0.3 |
| Hex | 16 | 31 | 81 | 53 | 3E | 0 | 31 | E1 | 47 | 1E |
| Octal | 26 | 61 | 201 | 123 | 76 | 0 | 61 | 341 | 107 | 36 |
| Binary | 10110 | 110001 | 10000001 | 1010011 | 111110 | 0 | 110001 | 11100001 | 1000111 | 11110 |
Color Harmonies of #163181
Complementary color
Monochromatic Colors of #163181
Black with #163181
Text Example
Text Example
White with #163181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163181; }
p { color: rgb(22,49,129); }
H1.HeaderClassName
{
color: #163181;
}
.AnyTagClassName
{
color: #163181;
}
</style>
background-color css
<style>
a { background-color: #163181; }
a { background-color: rgb(22,49,129); }
div.DivClassName
{
background-color: #163181;
}
.BgClassName
{
background-color: #163181;
}
</style>
border-color css
<style>
span { border-color: #163181; }
span { border-color: rgb(22,49,129); }
td.TdClassName
{
border-color: #163181;
}
.TagClassName
{
border-color: #163181;
}
</style>