Shades of Sapphire #16295D
Tints of Sapphire #16295D
RGB
CMYK
RGB Variations
Color information
#16295D (or 0x16295D) is known color: Sapphire. HEX triplet: 16, 29 and 5D. RGB value is (22,41,93). Sum of RGB (Red+Green+Blue) = 22+41+93=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #16295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16295D is #E9D6A2. Grayscale: #292929. Windows color (decimal): -15324835 or 6105366. OLE color: 6105366.
HSL color Cylindrical-coordinate representation of color #16295D: hue angle of 223.94º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16295D is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 41 | 93 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.64 |
| HSL | 223.94º | 0.62% | 0.23% | - |
| HSV(B) | 223.94º | 0.76% | 0.36% | - |
| XYZ | 3.1 | 2.55 | 10.68 | - |
| YUV | 41.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 93 | 0.76 | 0.56 | 0 | 0.64 | 223.94 | 0.62 | 0.23 |
| Hex | 16 | 29 | 5D | 4C | 38 | 0 | 40 | E0 | 3E | 17 |
| Octal | 26 | 51 | 135 | 114 | 70 | 0 | 100 | 340 | 76 | 27 |
| Binary | 10110 | 101001 | 1011101 | 1001100 | 111000 | 0 | 1000000 | 11100000 | 111110 | 10111 |
Color Harmonies of #16295D
Complementary color
Monochromatic Colors of #16295D
Black with #16295D
Text Example
Text Example
White with #16295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16295D; }
p { color: rgb(22,41,93); }
H1.HeaderClassName
{
color: #16295D;
}
.AnyTagClassName
{
color: #16295D;
}
</style>
background-color css
<style>
a { background-color: #16295D; }
a { background-color: rgb(22,41,93); }
div.DivClassName
{
background-color: #16295D;
}
.BgClassName
{
background-color: #16295D;
}
</style>
border-color css
<style>
span { border-color: #16295D; }
span { border-color: rgb(22,41,93); }
td.TdClassName
{
border-color: #16295D;
}
.TagClassName
{
border-color: #16295D;
}
</style>