Shades of Sapphire #162668
Tints of Sapphire #162668
RGB
CMYK
RGB Variations
Color information
#162668 (or 0x162668) is known color: Sapphire. HEX triplet: 16, 26 and 68. RGB value is (22,38,104). Sum of RGB (Red+Green+Blue) = 22+38+104=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #162668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162668 is #E9D997. Grayscale: #282828. Windows color (decimal): -15325592 or 6825494. OLE color: 6825494.
HSL color Cylindrical-coordinate representation of color #162668: hue angle of 228.29º 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 #162668 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 38 | 104 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.59 |
| HSL | 228.29º | 0.65% | 0.25% | - |
| HSV(B) | 228.29º | 0.79% | 0.41% | - |
| XYZ | 3.52 | 2.56 | 13.4 | - |
| YUV | 40.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 104 | 0.79 | 0.63 | 0 | 0.59 | 228.29 | 0.65 | 0.25 |
| Hex | 16 | 26 | 68 | 4F | 3F | 0 | 3B | E4 | 41 | 19 |
| Octal | 26 | 46 | 150 | 117 | 77 | 0 | 73 | 344 | 101 | 31 |
| Binary | 10110 | 100110 | 1101000 | 1001111 | 111111 | 0 | 111011 | 11100100 | 1000001 | 11001 |
Color Harmonies of #162668
Complementary color
Monochromatic Colors of #162668
Black with #162668
Text Example
Text Example
White with #162668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162668; }
p { color: rgb(22,38,104); }
H1.HeaderClassName
{
color: #162668;
}
.AnyTagClassName
{
color: #162668;
}
</style>
background-color css
<style>
a { background-color: #162668; }
a { background-color: rgb(22,38,104); }
div.DivClassName
{
background-color: #162668;
}
.BgClassName
{
background-color: #162668;
}
</style>
border-color css
<style>
span { border-color: #162668; }
span { border-color: rgb(22,38,104); }
td.TdClassName
{
border-color: #162668;
}
.TagClassName
{
border-color: #162668;
}
</style>