Shades of Sapphire #162767
Tints of Sapphire #162767
RGB
CMYK
RGB Variations
Color information
#162767 (or 0x162767) is known color: Sapphire. HEX triplet: 16, 27 and 67. RGB value is (22,39,103). Sum of RGB (Red+Green+Blue) = 22+39+103=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #162767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162767 is #E9D898. Grayscale: #282828. Windows color (decimal): -15325337 or 6760214. OLE color: 6760214.
HSL color Cylindrical-coordinate representation of color #162767: hue angle of 227.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162767 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 39 | 103 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.60 |
| HSL | 227.41º | 0.65% | 0.25% | - |
| HSV(B) | 227.41º | 0.79% | 0.4% | - |
| XYZ | 3.5 | 2.6 | 13.15 | - |
| YUV | 41.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 103 | 0.79 | 0.62 | 0 | 0.60 | 227.41 | 0.65 | 0.25 |
| Hex | 16 | 27 | 67 | 4F | 3E | 0 | 3C | E3 | 41 | 19 |
| Octal | 26 | 47 | 147 | 117 | 76 | 0 | 74 | 343 | 101 | 31 |
| Binary | 10110 | 100111 | 1100111 | 1001111 | 111110 | 0 | 111100 | 11100011 | 1000001 | 11001 |
Color Harmonies of #162767
Complementary color
Monochromatic Colors of #162767
Black with #162767
Text Example
Text Example
White with #162767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162767; }
p { color: rgb(22,39,103); }
H1.HeaderClassName
{
color: #162767;
}
.AnyTagClassName
{
color: #162767;
}
</style>
background-color css
<style>
a { background-color: #162767; }
a { background-color: rgb(22,39,103); }
div.DivClassName
{
background-color: #162767;
}
.BgClassName
{
background-color: #162767;
}
</style>
border-color css
<style>
span { border-color: #162767; }
span { border-color: rgb(22,39,103); }
td.TdClassName
{
border-color: #162767;
}
.TagClassName
{
border-color: #162767;
}
</style>