Shades of Sapphire #16276D
Tints of Sapphire #16276D
RGB
CMYK
RGB Variations
Color information
#16276D (or 0x16276D) is known color: Sapphire. HEX triplet: 16, 27 and 6D. RGB value is (22,39,109). Sum of RGB (Red+Green+Blue) = 22+39+109=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #16276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16276D is #E9D892. Grayscale: #292929. Windows color (decimal): -15325331 or 7153430. OLE color: 7153430.
HSL color Cylindrical-coordinate representation of color #16276D: hue angle of 228.28º 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 #16276D is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 39 | 109 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.57 |
| HSL | 228.28º | 0.66% | 0.26% | - |
| HSV(B) | 228.28º | 0.8% | 0.43% | - |
| XYZ | 3.82 | 2.73 | 14.79 | - |
| YUV | 41.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 109 | 0.80 | 0.64 | 0 | 0.57 | 228.28 | 0.66 | 0.26 |
| Hex | 16 | 27 | 6D | 50 | 40 | 0 | 39 | E4 | 42 | 1A |
| Octal | 26 | 47 | 155 | 120 | 100 | 0 | 71 | 344 | 102 | 32 |
| Binary | 10110 | 100111 | 1101101 | 1010000 | 1000000 | 0 | 111001 | 11100100 | 1000010 | 11010 |
Color Harmonies of #16276D
Complementary color
Monochromatic Colors of #16276D
Black with #16276D
Text Example
Text Example
White with #16276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16276D; }
p { color: rgb(22,39,109); }
H1.HeaderClassName
{
color: #16276D;
}
.AnyTagClassName
{
color: #16276D;
}
</style>
background-color css
<style>
a { background-color: #16276D; }
a { background-color: rgb(22,39,109); }
div.DivClassName
{
background-color: #16276D;
}
.BgClassName
{
background-color: #16276D;
}
</style>
border-color css
<style>
span { border-color: #16276D; }
span { border-color: rgb(22,39,109); }
td.TdClassName
{
border-color: #16276D;
}
.TagClassName
{
border-color: #16276D;
}
</style>