Shades of Sapphire #162D5D
Tints of Sapphire #162D5D
RGB
CMYK
RGB Variations
Color information
#162D5D (or 0x162D5D) is known color: Sapphire. HEX triplet: 16, 2D and 5D. RGB value is (22,45,93). Sum of RGB (Red+Green+Blue) = 22+45+93=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #162D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D5D is #E9D2A2. Grayscale: #2B2B2B. Windows color (decimal): -15323811 or 6106390. OLE color: 6106390.
HSL color Cylindrical-coordinate representation of color #162D5D: hue angle of 220.56º 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 #162D5D is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 45 | 93 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.64 |
| HSL | 220.56º | 0.62% | 0.23% | - |
| HSV(B) | 220.56º | 0.76% | 0.36% | - |
| XYZ | 3.25 | 2.84 | 10.73 | - |
| YUV | 43.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 93 | 0.76 | 0.52 | 0 | 0.64 | 220.56 | 0.62 | 0.23 |
| Hex | 16 | 2D | 5D | 4C | 34 | 0 | 40 | DD | 3E | 17 |
| Octal | 26 | 55 | 135 | 114 | 64 | 0 | 100 | 335 | 76 | 27 |
| Binary | 10110 | 101101 | 1011101 | 1001100 | 110100 | 0 | 1000000 | 11011101 | 111110 | 10111 |
Color Harmonies of #162D5D
Complementary color
Monochromatic Colors of #162D5D
Black with #162D5D
Text Example
Text Example
White with #162D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D5D; }
p { color: rgb(22,45,93); }
H1.HeaderClassName
{
color: #162D5D;
}
.AnyTagClassName
{
color: #162D5D;
}
</style>
background-color css
<style>
a { background-color: #162D5D; }
a { background-color: rgb(22,45,93); }
div.DivClassName
{
background-color: #162D5D;
}
.BgClassName
{
background-color: #162D5D;
}
</style>
border-color css
<style>
span { border-color: #162D5D; }
span { border-color: rgb(22,45,93); }
td.TdClassName
{
border-color: #162D5D;
}
.TagClassName
{
border-color: #162D5D;
}
</style>