Shades of Sapphire #162D63
Tints of Sapphire #162D63
RGB
CMYK
RGB Variations
Color information
#162D63 (or 0x162D63) is known color: Sapphire. HEX triplet: 16, 2D and 63. RGB value is (22,45,99). Sum of RGB (Red+Green+Blue) = 22+45+99=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #162D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D63 is #E9D29C. Grayscale: #2C2C2C. Windows color (decimal): -15323805 or 6499606. OLE color: 6499606.
HSL color Cylindrical-coordinate representation of color #162D63: hue angle of 222.08º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #162D63 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 45 | 99 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.61 |
| HSL | 222.08º | 0.64% | 0.24% | - |
| HSV(B) | 222.08º | 0.78% | 0.39% | - |
| XYZ | 3.52 | 2.95 | 12.19 | - |
| YUV | 44.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 99 | 0.78 | 0.55 | 0 | 0.61 | 222.08 | 0.64 | 0.24 |
| Hex | 16 | 2D | 63 | 4E | 37 | 0 | 3D | DE | 40 | 18 |
| Octal | 26 | 55 | 143 | 116 | 67 | 0 | 75 | 336 | 100 | 30 |
| Binary | 10110 | 101101 | 1100011 | 1001110 | 110111 | 0 | 111101 | 11011110 | 1000000 | 11000 |
Color Harmonies of #162D63
Complementary color
Monochromatic Colors of #162D63
Black with #162D63
Text Example
Text Example
White with #162D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D63; }
p { color: rgb(22,45,99); }
H1.HeaderClassName
{
color: #162D63;
}
.AnyTagClassName
{
color: #162D63;
}
</style>
background-color css
<style>
a { background-color: #162D63; }
a { background-color: rgb(22,45,99); }
div.DivClassName
{
background-color: #162D63;
}
.BgClassName
{
background-color: #162D63;
}
</style>
border-color css
<style>
span { border-color: #162D63; }
span { border-color: rgb(22,45,99); }
td.TdClassName
{
border-color: #162D63;
}
.TagClassName
{
border-color: #162D63;
}
</style>