Shades of Sapphire #162C5D
Tints of Sapphire #162C5D
RGB
CMYK
RGB Variations
Color information
#162C5D (or 0x162C5D) is known color: Sapphire. HEX triplet: 16, 2C and 5D. RGB value is (22,44,93). Sum of RGB (Red+Green+Blue) = 22+44+93=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #162C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C5D is #E9D3A2. Grayscale: #2A2A2A. Windows color (decimal): -15324067 or 6106134. OLE color: 6106134.
HSL color Cylindrical-coordinate representation of color #162C5D: hue angle of 221.41º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162C5D is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 44 | 93 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.64 |
| HSL | 221.41º | 0.62% | 0.23% | - |
| HSV(B) | 221.41º | 0.76% | 0.36% | - |
| XYZ | 3.21 | 2.76 | 10.72 | - |
| YUV | 43.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 93 | 0.76 | 0.53 | 0 | 0.64 | 221.41 | 0.62 | 0.23 |
| Hex | 16 | 2C | 5D | 4C | 35 | 0 | 40 | DD | 3E | 17 |
| Octal | 26 | 54 | 135 | 114 | 65 | 0 | 100 | 335 | 76 | 27 |
| Binary | 10110 | 101100 | 1011101 | 1001100 | 110101 | 0 | 1000000 | 11011101 | 111110 | 10111 |
Color Harmonies of #162C5D
Complementary color
Monochromatic Colors of #162C5D
Black with #162C5D
Text Example
Text Example
White with #162C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C5D; }
p { color: rgb(22,44,93); }
H1.HeaderClassName
{
color: #162C5D;
}
.AnyTagClassName
{
color: #162C5D;
}
</style>
background-color css
<style>
a { background-color: #162C5D; }
a { background-color: rgb(22,44,93); }
div.DivClassName
{
background-color: #162C5D;
}
.BgClassName
{
background-color: #162C5D;
}
</style>
border-color css
<style>
span { border-color: #162C5D; }
span { border-color: rgb(22,44,93); }
td.TdClassName
{
border-color: #162C5D;
}
.TagClassName
{
border-color: #162C5D;
}
</style>