Shades of Sapphire #162B5B
Tints of Sapphire #162B5B
RGB
CMYK
RGB Variations
Color information
#162B5B (or 0x162B5B) is known color: Sapphire. HEX triplet: 16, 2B and 5B. RGB value is (22,43,91). Sum of RGB (Red+Green+Blue) = 22+43+91=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #162B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5B is #E9D4A4. Grayscale: #292929. Windows color (decimal): -15324325 or 5974806. OLE color: 5974806.
HSL color Cylindrical-coordinate representation of color #162B5B: hue angle of 221.74º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162B5B is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 43 | 91 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.64 |
| HSL | 221.74º | 0.61% | 0.22% | - |
| HSV(B) | 221.74º | 0.76% | 0.36% | - |
| XYZ | 3.08 | 2.65 | 10.25 | - |
| YUV | 42.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 91 | 0.76 | 0.53 | 0 | 0.64 | 221.74 | 0.61 | 0.22 |
| Hex | 16 | 2B | 5B | 4C | 35 | 0 | 40 | DE | 3D | 16 |
| Octal | 26 | 53 | 133 | 114 | 65 | 0 | 100 | 336 | 75 | 26 |
| Binary | 10110 | 101011 | 1011011 | 1001100 | 110101 | 0 | 1000000 | 11011110 | 111101 | 10110 |
Color Harmonies of #162B5B
Complementary color
Monochromatic Colors of #162B5B
Black with #162B5B
Text Example
Text Example
White with #162B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B5B; }
p { color: rgb(22,43,91); }
H1.HeaderClassName
{
color: #162B5B;
}
.AnyTagClassName
{
color: #162B5B;
}
</style>
background-color css
<style>
a { background-color: #162B5B; }
a { background-color: rgb(22,43,91); }
div.DivClassName
{
background-color: #162B5B;
}
.BgClassName
{
background-color: #162B5B;
}
</style>
border-color css
<style>
span { border-color: #162B5B; }
span { border-color: rgb(22,43,91); }
td.TdClassName
{
border-color: #162B5B;
}
.TagClassName
{
border-color: #162B5B;
}
</style>