Shades of Sapphire #162258
Tints of Sapphire #162258
RGB
CMYK
RGB Variations
Color information
#162258 (or 0x162258) is known color: Sapphire. HEX triplet: 16, 22 and 58. RGB value is (22,34,88). Sum of RGB (Red+Green+Blue) = 22+34+88=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #162258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162258 is #E9DDA7. Grayscale: #242424. Windows color (decimal): -15326632 or 5775894. OLE color: 5775894.
HSL color Cylindrical-coordinate representation of color #162258: hue angle of 229.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162258 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 34 | 88 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.65 |
| HSL | 229.09º | 0.6% | 0.22% | - |
| HSV(B) | 229.09º | 0.75% | 0.35% | - |
| XYZ | 2.66 | 2.02 | 9.48 | - |
| YUV | 36.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 88 | 0.75 | 0.61 | 0 | 0.65 | 229.09 | 0.6 | 0.22 |
| Hex | 16 | 22 | 58 | 4B | 3D | 0 | 41 | E5 | 3C | 16 |
| Octal | 26 | 42 | 130 | 113 | 75 | 0 | 101 | 345 | 74 | 26 |
| Binary | 10110 | 100010 | 1011000 | 1001011 | 111101 | 0 | 1000001 | 11100101 | 111100 | 10110 |
Color Harmonies of #162258
Complementary color
Monochromatic Colors of #162258
Black with #162258
Text Example
Text Example
White with #162258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162258; }
p { color: rgb(22,34,88); }
H1.HeaderClassName
{
color: #162258;
}
.AnyTagClassName
{
color: #162258;
}
</style>
background-color css
<style>
a { background-color: #162258; }
a { background-color: rgb(22,34,88); }
div.DivClassName
{
background-color: #162258;
}
.BgClassName
{
background-color: #162258;
}
</style>
border-color css
<style>
span { border-color: #162258; }
span { border-color: rgb(22,34,88); }
td.TdClassName
{
border-color: #162258;
}
.TagClassName
{
border-color: #162258;
}
</style>