Shades of Sapphire #162B5D
Tints of Sapphire #162B5D
RGB
CMYK
RGB Variations
Color information
#162B5D (or 0x162B5D) is known color: Sapphire. HEX triplet: 16, 2B and 5D. RGB value is (22,43,93). Sum of RGB (Red+Green+Blue) = 22+43+93=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #162B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5D is #E9D4A2. Grayscale: #2A2A2A. Windows color (decimal): -15324323 or 6105878. OLE color: 6105878.
HSL color Cylindrical-coordinate representation of color #162B5D: hue angle of 222.25º 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 #162B5D is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 43 | 93 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.64 |
| HSL | 222.25º | 0.62% | 0.23% | - |
| HSV(B) | 222.25º | 0.76% | 0.36% | - |
| XYZ | 3.17 | 2.69 | 10.71 | - |
| YUV | 42.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 93 | 0.76 | 0.54 | 0 | 0.64 | 222.25 | 0.62 | 0.23 |
| Hex | 16 | 2B | 5D | 4C | 36 | 0 | 40 | DE | 3E | 17 |
| Octal | 26 | 53 | 135 | 114 | 66 | 0 | 100 | 336 | 76 | 27 |
| Binary | 10110 | 101011 | 1011101 | 1001100 | 110110 | 0 | 1000000 | 11011110 | 111110 | 10111 |
Color Harmonies of #162B5D
Complementary color
Monochromatic Colors of #162B5D
Black with #162B5D
Text Example
Text Example
White with #162B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B5D; }
p { color: rgb(22,43,93); }
H1.HeaderClassName
{
color: #162B5D;
}
.AnyTagClassName
{
color: #162B5D;
}
</style>
background-color css
<style>
a { background-color: #162B5D; }
a { background-color: rgb(22,43,93); }
div.DivClassName
{
background-color: #162B5D;
}
.BgClassName
{
background-color: #162B5D;
}
</style>
border-color css
<style>
span { border-color: #162B5D; }
span { border-color: rgb(22,43,93); }
td.TdClassName
{
border-color: #162B5D;
}
.TagClassName
{
border-color: #162B5D;
}
</style>