Shades of Sapphire #16276A
Tints of Sapphire #16276A
RGB
CMYK
RGB Variations
Color information
#16276A (or 0x16276A) is known color: Sapphire. HEX triplet: 16, 27 and 6A. RGB value is (22,39,106). Sum of RGB (Red+Green+Blue) = 22+39+106=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #16276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16276A is #E9D895. Grayscale: #292929. Windows color (decimal): -15325334 or 6956822. OLE color: 6956822.
HSL color Cylindrical-coordinate representation of color #16276A: hue angle of 227.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16276A is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 39 | 106 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.58 |
| HSL | 227.86º | 0.66% | 0.25% | - |
| HSV(B) | 227.86º | 0.79% | 0.42% | - |
| XYZ | 3.66 | 2.66 | 13.96 | - |
| YUV | 41.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 106 | 0.79 | 0.63 | 0 | 0.58 | 227.86 | 0.66 | 0.25 |
| Hex | 16 | 27 | 6A | 4F | 3F | 0 | 3A | E4 | 42 | 19 |
| Octal | 26 | 47 | 152 | 117 | 77 | 0 | 72 | 344 | 102 | 31 |
| Binary | 10110 | 100111 | 1101010 | 1001111 | 111111 | 0 | 111010 | 11100100 | 1000010 | 11001 |
Color Harmonies of #16276A
Complementary color
Monochromatic Colors of #16276A
Black with #16276A
Text Example
Text Example
White with #16276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16276A; }
p { color: rgb(22,39,106); }
H1.HeaderClassName
{
color: #16276A;
}
.AnyTagClassName
{
color: #16276A;
}
</style>
background-color css
<style>
a { background-color: #16276A; }
a { background-color: rgb(22,39,106); }
div.DivClassName
{
background-color: #16276A;
}
.BgClassName
{
background-color: #16276A;
}
</style>
border-color css
<style>
span { border-color: #16276A; }
span { border-color: rgb(22,39,106); }
td.TdClassName
{
border-color: #16276A;
}
.TagClassName
{
border-color: #16276A;
}
</style>