Shades of Sapphire #16295E
Tints of Sapphire #16295E
RGB
CMYK
RGB Variations
Color information
#16295E (or 0x16295E) is known color: Sapphire. HEX triplet: 16, 29 and 5E. RGB value is (22,41,94). Sum of RGB (Red+Green+Blue) = 22+41+94=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #16295E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16295E is #E9D6A1. Grayscale: #292929. Windows color (decimal): -15324834 or 6170902. OLE color: 6170902.
HSL color Cylindrical-coordinate representation of color #16295E: hue angle of 224.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16295E is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 41 | 94 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.63 |
| HSL | 224.17º | 0.62% | 0.23% | - |
| HSV(B) | 224.17º | 0.77% | 0.37% | - |
| XYZ | 3.14 | 2.56 | 10.92 | - |
| YUV | 41.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 94 | 0.77 | 0.56 | 0 | 0.63 | 224.17 | 0.62 | 0.23 |
| Hex | 16 | 29 | 5E | 4D | 38 | 0 | 3F | E0 | 3E | 17 |
| Octal | 26 | 51 | 136 | 115 | 70 | 0 | 77 | 340 | 76 | 27 |
| Binary | 10110 | 101001 | 1011110 | 1001101 | 111000 | 0 | 111111 | 11100000 | 111110 | 10111 |
Color Harmonies of #16295E
Complementary color
Monochromatic Colors of #16295E
Black with #16295E
Text Example
Text Example
White with #16295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16295E; }
p { color: rgb(22,41,94); }
H1.HeaderClassName
{
color: #16295E;
}
.AnyTagClassName
{
color: #16295E;
}
</style>
background-color css
<style>
a { background-color: #16295E; }
a { background-color: rgb(22,41,94); }
div.DivClassName
{
background-color: #16295E;
}
.BgClassName
{
background-color: #16295E;
}
</style>
border-color css
<style>
span { border-color: #16295E; }
span { border-color: rgb(22,41,94); }
td.TdClassName
{
border-color: #16295E;
}
.TagClassName
{
border-color: #16295E;
}
</style>