Shades of Sapphire #162D58
Tints of Sapphire #162D58
RGB
CMYK
RGB Variations
Color information
#162D58 (or 0x162D58) is known color: Sapphire. HEX triplet: 16, 2D and 58. RGB value is (22,45,88). Sum of RGB (Red+Green+Blue) = 22+45+88=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #162D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D58 is #E9D2A7. Grayscale: #2A2A2A. Windows color (decimal): -15323816 or 5778710. OLE color: 5778710.
HSL color Cylindrical-coordinate representation of color #162D58: hue angle of 219.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162D58 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 45 | 88 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.65 |
| HSL | 219.09º | 0.6% | 0.22% | - |
| HSV(B) | 219.09º | 0.75% | 0.35% | - |
| XYZ | 3.03 | 2.75 | 9.6 | - |
| YUV | 43.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 88 | 0.75 | 0.49 | 0 | 0.65 | 219.09 | 0.6 | 0.22 |
| Hex | 16 | 2D | 58 | 4B | 31 | 0 | 41 | DB | 3C | 16 |
| Octal | 26 | 55 | 130 | 113 | 61 | 0 | 101 | 333 | 74 | 26 |
| Binary | 10110 | 101101 | 1011000 | 1001011 | 110001 | 0 | 1000001 | 11011011 | 111100 | 10110 |
Color Harmonies of #162D58
Complementary color
Monochromatic Colors of #162D58
Black with #162D58
Text Example
Text Example
White with #162D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D58; }
p { color: rgb(22,45,88); }
H1.HeaderClassName
{
color: #162D58;
}
.AnyTagClassName
{
color: #162D58;
}
</style>
background-color css
<style>
a { background-color: #162D58; }
a { background-color: rgb(22,45,88); }
div.DivClassName
{
background-color: #162D58;
}
.BgClassName
{
background-color: #162D58;
}
</style>
border-color css
<style>
span { border-color: #162D58; }
span { border-color: rgb(22,45,88); }
td.TdClassName
{
border-color: #162D58;
}
.TagClassName
{
border-color: #162D58;
}
</style>