Shades of Sapphire #16266D
Tints of Sapphire #16266D
RGB
CMYK
RGB Variations
Color information
#16266D (or 0x16266D) is known color: Sapphire. HEX triplet: 16, 26 and 6D. RGB value is (22,38,109). Sum of RGB (Red+Green+Blue) = 22+38+109=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #16266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16266D is #E9D992. Grayscale: #292929. Windows color (decimal): -15325587 or 7153174. OLE color: 7153174.
HSL color Cylindrical-coordinate representation of color #16266D: hue angle of 228.97º 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 #16266D is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 38 | 109 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.57 |
| HSL | 228.97º | 0.66% | 0.26% | - |
| HSV(B) | 228.97º | 0.8% | 0.43% | - |
| XYZ | 3.78 | 2.66 | 14.78 | - |
| YUV | 41.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 109 | 0.80 | 0.65 | 0 | 0.57 | 228.97 | 0.66 | 0.26 |
| Hex | 16 | 26 | 6D | 50 | 41 | 0 | 39 | E5 | 42 | 1A |
| Octal | 26 | 46 | 155 | 120 | 101 | 0 | 71 | 345 | 102 | 32 |
| Binary | 10110 | 100110 | 1101101 | 1010000 | 1000001 | 0 | 111001 | 11100101 | 1000010 | 11010 |
Color Harmonies of #16266D
Complementary color
Monochromatic Colors of #16266D
Black with #16266D
Text Example
Text Example
White with #16266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16266D; }
p { color: rgb(22,38,109); }
H1.HeaderClassName
{
color: #16266D;
}
.AnyTagClassName
{
color: #16266D;
}
</style>
background-color css
<style>
a { background-color: #16266D; }
a { background-color: rgb(22,38,109); }
div.DivClassName
{
background-color: #16266D;
}
.BgClassName
{
background-color: #16266D;
}
</style>
border-color css
<style>
span { border-color: #16266D; }
span { border-color: rgb(22,38,109); }
td.TdClassName
{
border-color: #16266D;
}
.TagClassName
{
border-color: #16266D;
}
</style>