Shades of Sapphire #16346C
Tints of Sapphire #16346C
RGB
CMYK
RGB Variations
Color information
#16346C (or 0x16346C) is known color: Sapphire. HEX triplet: 16, 34 and 6C. RGB value is (22,52,108). Sum of RGB (Red+Green+Blue) = 22+52+108=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #16346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16346C is #E9CB93. Grayscale: #313131. Windows color (decimal): -15322004 or 7091222. OLE color: 7091222.
HSL color Cylindrical-coordinate representation of color #16346C: hue angle of 219.07º 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 #16346C is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 52 | 108 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.58 |
| HSL | 219.07º | 0.66% | 0.25% | - |
| HSV(B) | 219.07º | 0.8% | 0.42% | - |
| XYZ | 4.27 | 3.71 | 14.68 | - |
| YUV | 49.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 108 | 0.80 | 0.52 | 0 | 0.58 | 219.07 | 0.66 | 0.25 |
| Hex | 16 | 34 | 6C | 50 | 34 | 0 | 3A | DB | 42 | 19 |
| Octal | 26 | 64 | 154 | 120 | 64 | 0 | 72 | 333 | 102 | 31 |
| Binary | 10110 | 110100 | 1101100 | 1010000 | 110100 | 0 | 111010 | 11011011 | 1000010 | 11001 |
Color Harmonies of #16346C
Complementary color
Monochromatic Colors of #16346C
Black with #16346C
Text Example
Text Example
White with #16346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16346C; }
p { color: rgb(22,52,108); }
H1.HeaderClassName
{
color: #16346C;
}
.AnyTagClassName
{
color: #16346C;
}
</style>
background-color css
<style>
a { background-color: #16346C; }
a { background-color: rgb(22,52,108); }
div.DivClassName
{
background-color: #16346C;
}
.BgClassName
{
background-color: #16346C;
}
</style>
border-color css
<style>
span { border-color: #16346C; }
span { border-color: rgb(22,52,108); }
td.TdClassName
{
border-color: #16346C;
}
.TagClassName
{
border-color: #16346C;
}
</style>