Shades of Sapphire #16356C
Tints of Sapphire #16356C
RGB
CMYK
RGB Variations
Color information
#16356C (or 0x16356C) is known color: Sapphire. HEX triplet: 16, 35 and 6C. RGB value is (22,53,108). Sum of RGB (Red+Green+Blue) = 22+53+108=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #16356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16356C is #E9CA93. Grayscale: #313131. Windows color (decimal): -15321748 or 7091478. OLE color: 7091478.
HSL color Cylindrical-coordinate representation of color #16356C: hue angle of 218.37º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16356C is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 53 | 108 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.58 |
| HSL | 218.37º | 0.66% | 0.25% | - |
| HSV(B) | 218.37º | 0.8% | 0.42% | - |
| XYZ | 4.31 | 3.8 | 14.69 | - |
| YUV | 50 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 108 | 0.80 | 0.51 | 0 | 0.58 | 218.37 | 0.66 | 0.25 |
| Hex | 16 | 35 | 6C | 50 | 33 | 0 | 3A | DA | 42 | 19 |
| Octal | 26 | 65 | 154 | 120 | 63 | 0 | 72 | 332 | 102 | 31 |
| Binary | 10110 | 110101 | 1101100 | 1010000 | 110011 | 0 | 111010 | 11011010 | 1000010 | 11001 |
Color Harmonies of #16356C
Complementary color
Monochromatic Colors of #16356C
Black with #16356C
Text Example
Text Example
White with #16356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16356C; }
p { color: rgb(22,53,108); }
H1.HeaderClassName
{
color: #16356C;
}
.AnyTagClassName
{
color: #16356C;
}
</style>
background-color css
<style>
a { background-color: #16356C; }
a { background-color: rgb(22,53,108); }
div.DivClassName
{
background-color: #16356C;
}
.BgClassName
{
background-color: #16356C;
}
</style>
border-color css
<style>
span { border-color: #16356C; }
span { border-color: rgb(22,53,108); }
td.TdClassName
{
border-color: #16356C;
}
.TagClassName
{
border-color: #16356C;
}
</style>