Shades of Sapphire #16336D
Tints of Sapphire #16336D
RGB
CMYK
RGB Variations
Color information
#16336D (or 0x16336D) is known color: Sapphire. HEX triplet: 16, 33 and 6D. RGB value is (22,51,109). Sum of RGB (Red+Green+Blue) = 22+51+109=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #16336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16336D is #E9CC92. Grayscale: #303030. Windows color (decimal): -15322259 or 7156502. OLE color: 7156502.
HSL color Cylindrical-coordinate representation of color #16336D: hue angle of 220º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16336D is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 51 | 109 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.57 |
| HSL | 220º | 0.66% | 0.26% | - |
| HSV(B) | 220º | 0.8% | 0.43% | - |
| XYZ | 4.28 | 3.64 | 14.95 | - |
| YUV | 48.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 109 | 0.80 | 0.53 | 0 | 0.57 | 220 | 0.66 | 0.26 |
| Hex | 16 | 33 | 6D | 50 | 35 | 0 | 39 | DC | 42 | 1A |
| Octal | 26 | 63 | 155 | 120 | 65 | 0 | 71 | 334 | 102 | 32 |
| Binary | 10110 | 110011 | 1101101 | 1010000 | 110101 | 0 | 111001 | 11011100 | 1000010 | 11010 |
Color Harmonies of #16336D
Complementary color
Monochromatic Colors of #16336D
Black with #16336D
Text Example
Text Example
White with #16336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16336D; }
p { color: rgb(22,51,109); }
H1.HeaderClassName
{
color: #16336D;
}
.AnyTagClassName
{
color: #16336D;
}
</style>
background-color css
<style>
a { background-color: #16336D; }
a { background-color: rgb(22,51,109); }
div.DivClassName
{
background-color: #16336D;
}
.BgClassName
{
background-color: #16336D;
}
</style>
border-color css
<style>
span { border-color: #16336D; }
span { border-color: rgb(22,51,109); }
td.TdClassName
{
border-color: #16336D;
}
.TagClassName
{
border-color: #16336D;
}
</style>