Shades of Sapphire #162667
Tints of Sapphire #162667
RGB
CMYK
RGB Variations
Color information
#162667 (or 0x162667) is known color: Sapphire. HEX triplet: 16, 26 and 67. RGB value is (22,38,103). Sum of RGB (Red+Green+Blue) = 22+38+103=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #162667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162667 is #E9D998. Grayscale: #282828. Windows color (decimal): -15325593 or 6759958. OLE color: 6759958.
HSL color Cylindrical-coordinate representation of color #162667: hue angle of 228.15º 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 #162667 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 38 | 103 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.60 |
| HSL | 228.15º | 0.65% | 0.25% | - |
| HSV(B) | 228.15º | 0.79% | 0.4% | - |
| XYZ | 3.47 | 2.54 | 13.14 | - |
| YUV | 40.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 103 | 0.79 | 0.63 | 0 | 0.60 | 228.15 | 0.65 | 0.25 |
| Hex | 16 | 26 | 67 | 4F | 3F | 0 | 3C | E4 | 41 | 19 |
| Octal | 26 | 46 | 147 | 117 | 77 | 0 | 74 | 344 | 101 | 31 |
| Binary | 10110 | 100110 | 1100111 | 1001111 | 111111 | 0 | 111100 | 11100100 | 1000001 | 11001 |
Color Harmonies of #162667
Complementary color
Monochromatic Colors of #162667
Black with #162667
Text Example
Text Example
White with #162667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162667; }
p { color: rgb(22,38,103); }
H1.HeaderClassName
{
color: #162667;
}
.AnyTagClassName
{
color: #162667;
}
</style>
background-color css
<style>
a { background-color: #162667; }
a { background-color: rgb(22,38,103); }
div.DivClassName
{
background-color: #162667;
}
.BgClassName
{
background-color: #162667;
}
</style>
border-color css
<style>
span { border-color: #162667; }
span { border-color: rgb(22,38,103); }
td.TdClassName
{
border-color: #162667;
}
.TagClassName
{
border-color: #162667;
}
</style>