Shades of Sapphire #16275E
Tints of Sapphire #16275E
RGB
CMYK
RGB Variations
Color information
#16275E (or 0x16275E) is known color: Sapphire. HEX triplet: 16, 27 and 5E. RGB value is (22,39,94). Sum of RGB (Red+Green+Blue) = 22+39+94=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #16275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16275E is #E9D8A1. Grayscale: #272727. Windows color (decimal): -15325346 or 6170390. OLE color: 6170390.
HSL color Cylindrical-coordinate representation of color #16275E: hue angle of 225.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16275E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 39 | 94 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.63 |
| HSL | 225.83º | 0.62% | 0.23% | - |
| HSV(B) | 225.83º | 0.77% | 0.37% | - |
| XYZ | 3.08 | 2.43 | 10.9 | - |
| YUV | 40.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 94 | 0.77 | 0.59 | 0 | 0.63 | 225.83 | 0.62 | 0.23 |
| Hex | 16 | 27 | 5E | 4D | 3B | 0 | 3F | E2 | 3E | 17 |
| Octal | 26 | 47 | 136 | 115 | 73 | 0 | 77 | 342 | 76 | 27 |
| Binary | 10110 | 100111 | 1011110 | 1001101 | 111011 | 0 | 111111 | 11100010 | 111110 | 10111 |
Color Harmonies of #16275E
Complementary color
Monochromatic Colors of #16275E
Black with #16275E
Text Example
Text Example
White with #16275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16275E; }
p { color: rgb(22,39,94); }
H1.HeaderClassName
{
color: #16275E;
}
.AnyTagClassName
{
color: #16275E;
}
</style>
background-color css
<style>
a { background-color: #16275E; }
a { background-color: rgb(22,39,94); }
div.DivClassName
{
background-color: #16275E;
}
.BgClassName
{
background-color: #16275E;
}
</style>
border-color css
<style>
span { border-color: #16275E; }
span { border-color: rgb(22,39,94); }
td.TdClassName
{
border-color: #16275E;
}
.TagClassName
{
border-color: #16275E;
}
</style>