Shades of Sapphire #162465
Tints of Sapphire #162465
RGB
CMYK
RGB Variations
Color information
#162465 (or 0x162465) is known color: Sapphire. HEX triplet: 16, 24 and 65. RGB value is (22,36,101). Sum of RGB (Red+Green+Blue) = 22+36+101=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #162465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162465 is #E9DB9A. Grayscale: #262626. Windows color (decimal): -15326107 or 6628374. OLE color: 6628374.
HSL color Cylindrical-coordinate representation of color #162465: hue angle of 229.37º 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 #162465 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 36 | 101 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.60 |
| HSL | 229.37º | 0.64% | 0.24% | - |
| HSV(B) | 229.37º | 0.78% | 0.4% | - |
| XYZ | 3.31 | 2.37 | 12.6 | - |
| YUV | 39.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 101 | 0.78 | 0.64 | 0 | 0.60 | 229.37 | 0.64 | 0.24 |
| Hex | 16 | 24 | 65 | 4E | 40 | 0 | 3C | E5 | 40 | 18 |
| Octal | 26 | 44 | 145 | 116 | 100 | 0 | 74 | 345 | 100 | 30 |
| Binary | 10110 | 100100 | 1100101 | 1001110 | 1000000 | 0 | 111100 | 11100101 | 1000000 | 11000 |
Color Harmonies of #162465
Complementary color
Monochromatic Colors of #162465
Black with #162465
Text Example
Text Example
White with #162465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162465; }
p { color: rgb(22,36,101); }
H1.HeaderClassName
{
color: #162465;
}
.AnyTagClassName
{
color: #162465;
}
</style>
background-color css
<style>
a { background-color: #162465; }
a { background-color: rgb(22,36,101); }
div.DivClassName
{
background-color: #162465;
}
.BgClassName
{
background-color: #162465;
}
</style>
border-color css
<style>
span { border-color: #162465; }
span { border-color: rgb(22,36,101); }
td.TdClassName
{
border-color: #162465;
}
.TagClassName
{
border-color: #162465;
}
</style>