Shades of Sapphire #16296D
Tints of Sapphire #16296D
RGB
CMYK
RGB Variations
Color information
#16296D (or 0x16296D) is known color: Sapphire. HEX triplet: 16, 29 and 6D. RGB value is (22,41,109). Sum of RGB (Red+Green+Blue) = 22+41+109=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #16296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16296D is #E9D692. Grayscale: #2A2A2A. Windows color (decimal): -15324819 or 7153942. OLE color: 7153942.
HSL color Cylindrical-coordinate representation of color #16296D: hue angle of 226.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16296D is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 41 | 109 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.57 |
| HSL | 226.9º | 0.66% | 0.26% | - |
| HSV(B) | 226.9º | 0.8% | 0.43% | - |
| XYZ | 3.88 | 2.86 | 14.82 | - |
| YUV | 43.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 109 | 0.80 | 0.62 | 0 | 0.57 | 226.9 | 0.66 | 0.26 |
| Hex | 16 | 29 | 6D | 50 | 3E | 0 | 39 | E3 | 42 | 1A |
| Octal | 26 | 51 | 155 | 120 | 76 | 0 | 71 | 343 | 102 | 32 |
| Binary | 10110 | 101001 | 1101101 | 1010000 | 111110 | 0 | 111001 | 11100011 | 1000010 | 11010 |
Color Harmonies of #16296D
Complementary color
Monochromatic Colors of #16296D
Black with #16296D
Text Example
Text Example
White with #16296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16296D; }
p { color: rgb(22,41,109); }
H1.HeaderClassName
{
color: #16296D;
}
.AnyTagClassName
{
color: #16296D;
}
</style>
background-color css
<style>
a { background-color: #16296D; }
a { background-color: rgb(22,41,109); }
div.DivClassName
{
background-color: #16296D;
}
.BgClassName
{
background-color: #16296D;
}
</style>
border-color css
<style>
span { border-color: #16296D; }
span { border-color: rgb(22,41,109); }
td.TdClassName
{
border-color: #16296D;
}
.TagClassName
{
border-color: #16296D;
}
</style>