Shades of Sapphire #162768
Tints of Sapphire #162768
RGB
CMYK
RGB Variations
Color information
#162768 (or 0x162768) is known color: Sapphire. HEX triplet: 16, 27 and 68. RGB value is (22,39,104). Sum of RGB (Red+Green+Blue) = 22+39+104=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #162768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162768 is #E9D897. Grayscale: #292929. Windows color (decimal): -15325336 or 6825750. OLE color: 6825750.
HSL color Cylindrical-coordinate representation of color #162768: hue angle of 227.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162768 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 39 | 104 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.59 |
| HSL | 227.56º | 0.65% | 0.25% | - |
| HSV(B) | 227.56º | 0.79% | 0.41% | - |
| XYZ | 3.56 | 2.62 | 13.42 | - |
| YUV | 41.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 104 | 0.79 | 0.62 | 0 | 0.59 | 227.56 | 0.65 | 0.25 |
| Hex | 16 | 27 | 68 | 4F | 3E | 0 | 3B | E4 | 41 | 19 |
| Octal | 26 | 47 | 150 | 117 | 76 | 0 | 73 | 344 | 101 | 31 |
| Binary | 10110 | 100111 | 1101000 | 1001111 | 111110 | 0 | 111011 | 11100100 | 1000001 | 11001 |
Color Harmonies of #162768
Complementary color
Monochromatic Colors of #162768
Black with #162768
Text Example
Text Example
White with #162768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162768; }
p { color: rgb(22,39,104); }
H1.HeaderClassName
{
color: #162768;
}
.AnyTagClassName
{
color: #162768;
}
</style>
background-color css
<style>
a { background-color: #162768; }
a { background-color: rgb(22,39,104); }
div.DivClassName
{
background-color: #162768;
}
.BgClassName
{
background-color: #162768;
}
</style>
border-color css
<style>
span { border-color: #162768; }
span { border-color: rgb(22,39,104); }
td.TdClassName
{
border-color: #162768;
}
.TagClassName
{
border-color: #162768;
}
</style>