Shades of Sapphire #162A53
Tints of Sapphire #162A53
RGB
CMYK
RGB Variations
Color information
#162A53 (or 0x162A53) is known color: Sapphire. HEX triplet: 16, 2A and 53. RGB value is (22,42,83). Sum of RGB (Red+Green+Blue) = 22+42+83=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #162A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A53 is #E9D5AC. Grayscale: #282828. Windows color (decimal): -15324589 or 5450262. OLE color: 5450262.
HSL color Cylindrical-coordinate representation of color #162A53: hue angle of 220.33º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #162A53 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 42 | 83 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.67 |
| HSL | 220.33º | 0.58% | 0.21% | - |
| HSV(B) | 220.33º | 0.73% | 0.33% | - |
| XYZ | 2.72 | 2.45 | 8.51 | - |
| YUV | 40.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 83 | 0.73 | 0.49 | 0 | 0.67 | 220.33 | 0.58 | 0.21 |
| Hex | 16 | 2A | 53 | 49 | 31 | 0 | 43 | DC | 3A | 15 |
| Octal | 26 | 52 | 123 | 111 | 61 | 0 | 103 | 334 | 72 | 25 |
| Binary | 10110 | 101010 | 1010011 | 1001001 | 110001 | 0 | 1000011 | 11011100 | 111010 | 10101 |
Color Harmonies of #162A53
Complementary color
Monochromatic Colors of #162A53
Black with #162A53
Text Example
Text Example
White with #162A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A53; }
p { color: rgb(22,42,83); }
H1.HeaderClassName
{
color: #162A53;
}
.AnyTagClassName
{
color: #162A53;
}
</style>
background-color css
<style>
a { background-color: #162A53; }
a { background-color: rgb(22,42,83); }
div.DivClassName
{
background-color: #162A53;
}
.BgClassName
{
background-color: #162A53;
}
</style>
border-color css
<style>
span { border-color: #162A53; }
span { border-color: rgb(22,42,83); }
td.TdClassName
{
border-color: #162A53;
}
.TagClassName
{
border-color: #162A53;
}
</style>