Shades of Sapphire #162D5C
Tints of Sapphire #162D5C
RGB
CMYK
RGB Variations
Color information
#162D5C (or 0x162D5C) is known color: Sapphire. HEX triplet: 16, 2D and 5C. RGB value is (22,45,92). Sum of RGB (Red+Green+Blue) = 22+45+92=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #162D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D5C is #E9D2A3. Grayscale: #2B2B2B. Windows color (decimal): -15323812 or 6040854. OLE color: 6040854.
HSL color Cylindrical-coordinate representation of color #162D5C: hue angle of 220.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162D5C is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 45 | 92 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.64 |
| HSL | 220.29º | 0.61% | 0.22% | - |
| HSV(B) | 220.29º | 0.76% | 0.36% | - |
| XYZ | 3.2 | 2.82 | 10.5 | - |
| YUV | 43.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 92 | 0.76 | 0.51 | 0 | 0.64 | 220.29 | 0.61 | 0.22 |
| Hex | 16 | 2D | 5C | 4C | 33 | 0 | 40 | DC | 3D | 16 |
| Octal | 26 | 55 | 134 | 114 | 63 | 0 | 100 | 334 | 75 | 26 |
| Binary | 10110 | 101101 | 1011100 | 1001100 | 110011 | 0 | 1000000 | 11011100 | 111101 | 10110 |
Color Harmonies of #162D5C
Complementary color
Monochromatic Colors of #162D5C
Black with #162D5C
Text Example
Text Example
White with #162D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D5C; }
p { color: rgb(22,45,92); }
H1.HeaderClassName
{
color: #162D5C;
}
.AnyTagClassName
{
color: #162D5C;
}
</style>
background-color css
<style>
a { background-color: #162D5C; }
a { background-color: rgb(22,45,92); }
div.DivClassName
{
background-color: #162D5C;
}
.BgClassName
{
background-color: #162D5C;
}
</style>
border-color css
<style>
span { border-color: #162D5C; }
span { border-color: rgb(22,45,92); }
td.TdClassName
{
border-color: #162D5C;
}
.TagClassName
{
border-color: #162D5C;
}
</style>