Shades of Sapphire #16265F
Tints of Sapphire #16265F
RGB
CMYK
RGB Variations
Color information
#16265F (or 0x16265F) is known color: Sapphire. HEX triplet: 16, 26 and 5F. RGB value is (22,38,95). Sum of RGB (Red+Green+Blue) = 22+38+95=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #16265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16265F is #E9D9A0. Grayscale: #272727. Windows color (decimal): -15325601 or 6235670. OLE color: 6235670.
HSL color Cylindrical-coordinate representation of color #16265F: hue angle of 226.85º 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 #16265F is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 38 | 95 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.63 |
| HSL | 226.85º | 0.62% | 0.23% | - |
| HSV(B) | 226.85º | 0.77% | 0.37% | - |
| XYZ | 3.09 | 2.38 | 11.12 | - |
| YUV | 39.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 95 | 0.77 | 0.60 | 0 | 0.63 | 226.85 | 0.62 | 0.23 |
| Hex | 16 | 26 | 5F | 4D | 3C | 0 | 3F | E3 | 3E | 17 |
| Octal | 26 | 46 | 137 | 115 | 74 | 0 | 77 | 343 | 76 | 27 |
| Binary | 10110 | 100110 | 1011111 | 1001101 | 111100 | 0 | 111111 | 11100011 | 111110 | 10111 |
Color Harmonies of #16265F
Complementary color
Monochromatic Colors of #16265F
Black with #16265F
Text Example
Text Example
White with #16265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16265F; }
p { color: rgb(22,38,95); }
H1.HeaderClassName
{
color: #16265F;
}
.AnyTagClassName
{
color: #16265F;
}
</style>
background-color css
<style>
a { background-color: #16265F; }
a { background-color: rgb(22,38,95); }
div.DivClassName
{
background-color: #16265F;
}
.BgClassName
{
background-color: #16265F;
}
</style>
border-color css
<style>
span { border-color: #16265F; }
span { border-color: rgb(22,38,95); }
td.TdClassName
{
border-color: #16265F;
}
.TagClassName
{
border-color: #16265F;
}
</style>