Shades of Sapphire #162D65
Tints of Sapphire #162D65
RGB
CMYK
RGB Variations
Color information
#162D65 (or 0x162D65) is known color: Sapphire. HEX triplet: 16, 2D and 65. RGB value is (22,45,101). Sum of RGB (Red+Green+Blue) = 22+45+101=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #162D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D65 is #E9D29A. Grayscale: #2C2C2C. Windows color (decimal): -15323803 or 6630678. OLE color: 6630678.
HSL color Cylindrical-coordinate representation of color #162D65: hue angle of 222.53º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #162D65 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 45 | 101 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.60 |
| HSL | 222.53º | 0.64% | 0.24% | - |
| HSV(B) | 222.53º | 0.78% | 0.4% | - |
| XYZ | 3.62 | 2.99 | 12.7 | - |
| YUV | 44.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 101 | 0.78 | 0.55 | 0 | 0.60 | 222.53 | 0.64 | 0.24 |
| Hex | 16 | 2D | 65 | 4E | 37 | 0 | 3C | DF | 40 | 18 |
| Octal | 26 | 55 | 145 | 116 | 67 | 0 | 74 | 337 | 100 | 30 |
| Binary | 10110 | 101101 | 1100101 | 1001110 | 110111 | 0 | 111100 | 11011111 | 1000000 | 11000 |
Color Harmonies of #162D65
Complementary color
Monochromatic Colors of #162D65
Black with #162D65
Text Example
Text Example
White with #162D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D65; }
p { color: rgb(22,45,101); }
H1.HeaderClassName
{
color: #162D65;
}
.AnyTagClassName
{
color: #162D65;
}
</style>
background-color css
<style>
a { background-color: #162D65; }
a { background-color: rgb(22,45,101); }
div.DivClassName
{
background-color: #162D65;
}
.BgClassName
{
background-color: #162D65;
}
</style>
border-color css
<style>
span { border-color: #162D65; }
span { border-color: rgb(22,45,101); }
td.TdClassName
{
border-color: #162D65;
}
.TagClassName
{
border-color: #162D65;
}
</style>