Shades of Sapphire #162975
Tints of Sapphire #162975
RGB
CMYK
RGB Variations
Color information
#162975 (or 0x162975) is known color: Sapphire. HEX triplet: 16, 29 and 75. RGB value is (22,41,117). Sum of RGB (Red+Green+Blue) = 22+41+117=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #162975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162975 is #E9D68A. Grayscale: #2B2B2B. Windows color (decimal): -15324811 or 7678230. OLE color: 7678230.
HSL color Cylindrical-coordinate representation of color #162975: hue angle of 228º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162975 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 41 | 117 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.54 |
| HSL | 228º | 0.68% | 0.27% | - |
| HSV(B) | 228º | 0.81% | 0.46% | - |
| XYZ | 4.33 | 3.04 | 17.19 | - |
| YUV | 43.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 117 | 0.81 | 0.65 | 0 | 0.54 | 228 | 0.68 | 0.27 |
| Hex | 16 | 29 | 75 | 51 | 41 | 0 | 36 | E4 | 44 | 1B |
| Octal | 26 | 51 | 165 | 121 | 101 | 0 | 66 | 344 | 104 | 33 |
| Binary | 10110 | 101001 | 1110101 | 1010001 | 1000001 | 0 | 110110 | 11100100 | 1000100 | 11011 |
Color Harmonies of #162975
Complementary color
Monochromatic Colors of #162975
Black with #162975
Text Example
Text Example
White with #162975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162975; }
p { color: rgb(22,41,117); }
H1.HeaderClassName
{
color: #162975;
}
.AnyTagClassName
{
color: #162975;
}
</style>
background-color css
<style>
a { background-color: #162975; }
a { background-color: rgb(22,41,117); }
div.DivClassName
{
background-color: #162975;
}
.BgClassName
{
background-color: #162975;
}
</style>
border-color css
<style>
span { border-color: #162975; }
span { border-color: rgb(22,41,117); }
td.TdClassName
{
border-color: #162975;
}
.TagClassName
{
border-color: #162975;
}
</style>