Shades of Sapphire #162567
Tints of Sapphire #162567
RGB
CMYK
RGB Variations
Color information
#162567 (or 0x162567) is known color: Sapphire. HEX triplet: 16, 25 and 67. RGB value is (22,37,103). Sum of RGB (Red+Green+Blue) = 22+37+103=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #162567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162567 is #E9DA98. Grayscale: #272727. Windows color (decimal): -15325849 or 6759702. OLE color: 6759702.
HSL color Cylindrical-coordinate representation of color #162567: hue angle of 228.89º 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 #162567 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 37 | 103 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.60 |
| HSL | 228.89º | 0.65% | 0.25% | - |
| HSV(B) | 228.89º | 0.79% | 0.4% | - |
| XYZ | 3.44 | 2.47 | 13.13 | - |
| YUV | 40.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 103 | 0.79 | 0.64 | 0 | 0.60 | 228.89 | 0.65 | 0.25 |
| Hex | 16 | 25 | 67 | 4F | 40 | 0 | 3C | E5 | 41 | 19 |
| Octal | 26 | 45 | 147 | 117 | 100 | 0 | 74 | 345 | 101 | 31 |
| Binary | 10110 | 100101 | 1100111 | 1001111 | 1000000 | 0 | 111100 | 11100101 | 1000001 | 11001 |
Color Harmonies of #162567
Complementary color
Monochromatic Colors of #162567
Black with #162567
Text Example
Text Example
White with #162567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162567; }
p { color: rgb(22,37,103); }
H1.HeaderClassName
{
color: #162567;
}
.AnyTagClassName
{
color: #162567;
}
</style>
background-color css
<style>
a { background-color: #162567; }
a { background-color: rgb(22,37,103); }
div.DivClassName
{
background-color: #162567;
}
.BgClassName
{
background-color: #162567;
}
</style>
border-color css
<style>
span { border-color: #162567; }
span { border-color: rgb(22,37,103); }
td.TdClassName
{
border-color: #162567;
}
.TagClassName
{
border-color: #162567;
}
</style>