Shades of Sapphire #162C5A
Tints of Sapphire #162C5A
RGB
CMYK
RGB Variations
Color information
#162C5A (or 0x162C5A) is known color: Sapphire. HEX triplet: 16, 2C and 5A. RGB value is (22,44,90). Sum of RGB (Red+Green+Blue) = 22+44+90=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #162C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C5A is #E9D3A5. Grayscale: #2A2A2A. Windows color (decimal): -15324070 or 5909526. OLE color: 5909526.
HSL color Cylindrical-coordinate representation of color #162C5A: hue angle of 220.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162C5A is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 44 | 90 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.65 |
| HSL | 220.59º | 0.61% | 0.22% | - |
| HSV(B) | 220.59º | 0.76% | 0.35% | - |
| XYZ | 3.08 | 2.71 | 10.03 | - |
| YUV | 42.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 90 | 0.76 | 0.51 | 0 | 0.65 | 220.59 | 0.61 | 0.22 |
| Hex | 16 | 2C | 5A | 4C | 33 | 0 | 41 | DD | 3D | 16 |
| Octal | 26 | 54 | 132 | 114 | 63 | 0 | 101 | 335 | 75 | 26 |
| Binary | 10110 | 101100 | 1011010 | 1001100 | 110011 | 0 | 1000001 | 11011101 | 111101 | 10110 |
Color Harmonies of #162C5A
Complementary color
Monochromatic Colors of #162C5A
Black with #162C5A
Text Example
Text Example
White with #162C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C5A; }
p { color: rgb(22,44,90); }
H1.HeaderClassName
{
color: #162C5A;
}
.AnyTagClassName
{
color: #162C5A;
}
</style>
background-color css
<style>
a { background-color: #162C5A; }
a { background-color: rgb(22,44,90); }
div.DivClassName
{
background-color: #162C5A;
}
.BgClassName
{
background-color: #162C5A;
}
</style>
border-color css
<style>
span { border-color: #162C5A; }
span { border-color: rgb(22,44,90); }
td.TdClassName
{
border-color: #162C5A;
}
.TagClassName
{
border-color: #162C5A;
}
</style>