Shades of Sapphire #162D60
Tints of Sapphire #162D60
RGB
CMYK
RGB Variations
Color information
#162D60 (or 0x162D60) is known color: Sapphire. HEX triplet: 16, 2D and 60. RGB value is (22,45,96). Sum of RGB (Red+Green+Blue) = 22+45+96=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #162D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D60 is #E9D29F. Grayscale: #2B2B2B. Windows color (decimal): -15323808 or 6302998. OLE color: 6302998.
HSL color Cylindrical-coordinate representation of color #162D60: hue angle of 221.35º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162D60 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 45 | 96 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.62 |
| HSL | 221.35º | 0.63% | 0.23% | - |
| HSV(B) | 221.35º | 0.77% | 0.38% | - |
| XYZ | 3.38 | 2.89 | 11.45 | - |
| YUV | 43.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 96 | 0.77 | 0.53 | 0 | 0.62 | 221.35 | 0.63 | 0.23 |
| Hex | 16 | 2D | 60 | 4D | 35 | 0 | 3E | DD | 3F | 17 |
| Octal | 26 | 55 | 140 | 115 | 65 | 0 | 76 | 335 | 77 | 27 |
| Binary | 10110 | 101101 | 1100000 | 1001101 | 110101 | 0 | 111110 | 11011101 | 111111 | 10111 |
Color Harmonies of #162D60
Complementary color
Monochromatic Colors of #162D60
Black with #162D60
Text Example
Text Example
White with #162D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D60; }
p { color: rgb(22,45,96); }
H1.HeaderClassName
{
color: #162D60;
}
.AnyTagClassName
{
color: #162D60;
}
</style>
background-color css
<style>
a { background-color: #162D60; }
a { background-color: rgb(22,45,96); }
div.DivClassName
{
background-color: #162D60;
}
.BgClassName
{
background-color: #162D60;
}
</style>
border-color css
<style>
span { border-color: #162D60; }
span { border-color: rgb(22,45,96); }
td.TdClassName
{
border-color: #162D60;
}
.TagClassName
{
border-color: #162D60;
}
</style>