Shades of Sapphire #16295B
Tints of Sapphire #16295B
RGB
CMYK
RGB Variations
Color information
#16295B (or 0x16295B) is known color: Sapphire. HEX triplet: 16, 29 and 5B. RGB value is (22,41,91). Sum of RGB (Red+Green+Blue) = 22+41+91=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #16295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16295B is #E9D6A4. Grayscale: #282828. Windows color (decimal): -15324837 or 5974294. OLE color: 5974294.
HSL color Cylindrical-coordinate representation of color #16295B: hue angle of 223.48º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16295B is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 41 | 91 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.64 |
| HSL | 223.48º | 0.61% | 0.22% | - |
| HSV(B) | 223.48º | 0.76% | 0.36% | - |
| XYZ | 3.01 | 2.51 | 10.22 | - |
| YUV | 41.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 91 | 0.76 | 0.55 | 0 | 0.64 | 223.48 | 0.61 | 0.22 |
| Hex | 16 | 29 | 5B | 4C | 37 | 0 | 40 | DF | 3D | 16 |
| Octal | 26 | 51 | 133 | 114 | 67 | 0 | 100 | 337 | 75 | 26 |
| Binary | 10110 | 101001 | 1011011 | 1001100 | 110111 | 0 | 1000000 | 11011111 | 111101 | 10110 |
Color Harmonies of #16295B
Complementary color
Monochromatic Colors of #16295B
Black with #16295B
Text Example
Text Example
White with #16295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16295B; }
p { color: rgb(22,41,91); }
H1.HeaderClassName
{
color: #16295B;
}
.AnyTagClassName
{
color: #16295B;
}
</style>
background-color css
<style>
a { background-color: #16295B; }
a { background-color: rgb(22,41,91); }
div.DivClassName
{
background-color: #16295B;
}
.BgClassName
{
background-color: #16295B;
}
</style>
border-color css
<style>
span { border-color: #16295B; }
span { border-color: rgb(22,41,91); }
td.TdClassName
{
border-color: #16295B;
}
.TagClassName
{
border-color: #16295B;
}
</style>