Shades of Sapphire #16225D
Tints of Sapphire #16225D
RGB
CMYK
RGB Variations
Color information
#16225D (or 0x16225D) is known color: Sapphire. HEX triplet: 16, 22 and 5D. RGB value is (22,34,93). Sum of RGB (Red+Green+Blue) = 22+34+93=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #16225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16225D is #E9DDA2. Grayscale: #242424. Windows color (decimal): -15326627 or 6103574. OLE color: 6103574.
HSL color Cylindrical-coordinate representation of color #16225D: hue angle of 229.86º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16225D is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 34 | 93 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.64 |
| HSL | 229.86º | 0.62% | 0.23% | - |
| HSV(B) | 229.86º | 0.76% | 0.36% | - |
| XYZ | 2.88 | 2.1 | 10.61 | - |
| YUV | 37.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 93 | 0.76 | 0.63 | 0 | 0.64 | 229.86 | 0.62 | 0.23 |
| Hex | 16 | 22 | 5D | 4C | 3F | 0 | 40 | E6 | 3E | 17 |
| Octal | 26 | 42 | 135 | 114 | 77 | 0 | 100 | 346 | 76 | 27 |
| Binary | 10110 | 100010 | 1011101 | 1001100 | 111111 | 0 | 1000000 | 11100110 | 111110 | 10111 |
Color Harmonies of #16225D
Complementary color
Monochromatic Colors of #16225D
Black with #16225D
Text Example
Text Example
White with #16225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16225D; }
p { color: rgb(22,34,93); }
H1.HeaderClassName
{
color: #16225D;
}
.AnyTagClassName
{
color: #16225D;
}
</style>
background-color css
<style>
a { background-color: #16225D; }
a { background-color: rgb(22,34,93); }
div.DivClassName
{
background-color: #16225D;
}
.BgClassName
{
background-color: #16225D;
}
</style>
border-color css
<style>
span { border-color: #16225D; }
span { border-color: rgb(22,34,93); }
td.TdClassName
{
border-color: #16225D;
}
.TagClassName
{
border-color: #16225D;
}
</style>