Shades of Sapphire #16225F
Tints of Sapphire #16225F
RGB
CMYK
RGB Variations
Color information
#16225F (or 0x16225F) is known color: Sapphire. HEX triplet: 16, 22 and 5F. RGB value is (22,34,95). Sum of RGB (Red+Green+Blue) = 22+34+95=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #16225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16225F is #E9DDA0. Grayscale: #252525. Windows color (decimal): -15326625 or 6234646. OLE color: 6234646.
HSL color Cylindrical-coordinate representation of color #16225F: hue angle of 230.14º 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 #16225F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 34 | 95 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.63 |
| HSL | 230.14º | 0.62% | 0.23% | - |
| HSV(B) | 230.14º | 0.77% | 0.37% | - |
| XYZ | 2.97 | 2.14 | 11.08 | - |
| YUV | 37.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 95 | 0.77 | 0.64 | 0 | 0.63 | 230.14 | 0.62 | 0.23 |
| Hex | 16 | 22 | 5F | 4D | 40 | 0 | 3F | E6 | 3E | 17 |
| Octal | 26 | 42 | 137 | 115 | 100 | 0 | 77 | 346 | 76 | 27 |
| Binary | 10110 | 100010 | 1011111 | 1001101 | 1000000 | 0 | 111111 | 11100110 | 111110 | 10111 |
Color Harmonies of #16225F
Complementary color
Monochromatic Colors of #16225F
Black with #16225F
Text Example
Text Example
White with #16225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16225F; }
p { color: rgb(22,34,95); }
H1.HeaderClassName
{
color: #16225F;
}
.AnyTagClassName
{
color: #16225F;
}
</style>
background-color css
<style>
a { background-color: #16225F; }
a { background-color: rgb(22,34,95); }
div.DivClassName
{
background-color: #16225F;
}
.BgClassName
{
background-color: #16225F;
}
</style>
border-color css
<style>
span { border-color: #16225F; }
span { border-color: rgb(22,34,95); }
td.TdClassName
{
border-color: #16225F;
}
.TagClassName
{
border-color: #16225F;
}
</style>