Shades of Sapphire #16296A
Tints of Sapphire #16296A
RGB
CMYK
RGB Variations
Color information
#16296A (or 0x16296A) is known color: Sapphire. HEX triplet: 16, 29 and 6A. RGB value is (22,41,106). Sum of RGB (Red+Green+Blue) = 22+41+106=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #16296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16296A is #E9D695. Grayscale: #2A2A2A. Windows color (decimal): -15324822 or 6957334. OLE color: 6957334.
HSL color Cylindrical-coordinate representation of color #16296A: hue angle of 226.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16296A is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 41 | 106 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.58 |
| HSL | 226.43º | 0.66% | 0.25% | - |
| HSV(B) | 226.43º | 0.79% | 0.42% | - |
| XYZ | 3.73 | 2.8 | 13.98 | - |
| YUV | 42.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 106 | 0.79 | 0.61 | 0 | 0.58 | 226.43 | 0.66 | 0.25 |
| Hex | 16 | 29 | 6A | 4F | 3D | 0 | 3A | E2 | 42 | 19 |
| Octal | 26 | 51 | 152 | 117 | 75 | 0 | 72 | 342 | 102 | 31 |
| Binary | 10110 | 101001 | 1101010 | 1001111 | 111101 | 0 | 111010 | 11100010 | 1000010 | 11001 |
Color Harmonies of #16296A
Complementary color
Monochromatic Colors of #16296A
Black with #16296A
Text Example
Text Example
White with #16296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16296A; }
p { color: rgb(22,41,106); }
H1.HeaderClassName
{
color: #16296A;
}
.AnyTagClassName
{
color: #16296A;
}
</style>
background-color css
<style>
a { background-color: #16296A; }
a { background-color: rgb(22,41,106); }
div.DivClassName
{
background-color: #16296A;
}
.BgClassName
{
background-color: #16296A;
}
</style>
border-color css
<style>
span { border-color: #16296A; }
span { border-color: rgb(22,41,106); }
td.TdClassName
{
border-color: #16296A;
}
.TagClassName
{
border-color: #16296A;
}
</style>