Shades of Sapphire #162C70
Tints of Sapphire #162C70
RGB
CMYK
RGB Variations
Color information
#162C70 (or 0x162C70) is known color: Sapphire. HEX triplet: 16, 2C and 70. RGB value is (22,44,112). Sum of RGB (Red+Green+Blue) = 22+44+112=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #162C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C70 is #E9D38F. Grayscale: #2C2C2C. Windows color (decimal): -15324048 or 7351318. OLE color: 7351318.
HSL color Cylindrical-coordinate representation of color #162C70: hue angle of 225.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162C70 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 44 | 112 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.56 |
| HSL | 225.33º | 0.67% | 0.26% | - |
| HSV(B) | 225.33º | 0.8% | 0.44% | - |
| XYZ | 4.16 | 3.14 | 15.72 | - |
| YUV | 45.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 112 | 0.80 | 0.61 | 0 | 0.56 | 225.33 | 0.67 | 0.26 |
| Hex | 16 | 2C | 70 | 50 | 3D | 0 | 38 | E1 | 43 | 1A |
| Octal | 26 | 54 | 160 | 120 | 75 | 0 | 70 | 341 | 103 | 32 |
| Binary | 10110 | 101100 | 1110000 | 1010000 | 111101 | 0 | 111000 | 11100001 | 1000011 | 11010 |
Color Harmonies of #162C70
Complementary color
Monochromatic Colors of #162C70
Black with #162C70
Text Example
Text Example
White with #162C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C70; }
p { color: rgb(22,44,112); }
H1.HeaderClassName
{
color: #162C70;
}
.AnyTagClassName
{
color: #162C70;
}
</style>
background-color css
<style>
a { background-color: #162C70; }
a { background-color: rgb(22,44,112); }
div.DivClassName
{
background-color: #162C70;
}
.BgClassName
{
background-color: #162C70;
}
</style>
border-color css
<style>
span { border-color: #162C70; }
span { border-color: rgb(22,44,112); }
td.TdClassName
{
border-color: #162C70;
}
.TagClassName
{
border-color: #162C70;
}
</style>