Shades of Sapphire #162B70
Tints of Sapphire #162B70
RGB
CMYK
RGB Variations
Color information
#162B70 (or 0x162B70) is known color: Sapphire. HEX triplet: 16, 2B and 70. RGB value is (22,43,112). Sum of RGB (Red+Green+Blue) = 22+43+112=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #162B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B70 is #E9D48F. Grayscale: #2C2C2C. Windows color (decimal): -15324304 or 7351062. OLE color: 7351062.
HSL color Cylindrical-coordinate representation of color #162B70: hue angle of 226º 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 #162B70 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 43 | 112 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.56 |
| HSL | 226º | 0.67% | 0.26% | - |
| HSV(B) | 226º | 0.8% | 0.44% | - |
| XYZ | 4.12 | 3.07 | 15.7 | - |
| YUV | 44.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 112 | 0.80 | 0.62 | 0 | 0.56 | 226 | 0.67 | 0.26 |
| Hex | 16 | 2B | 70 | 50 | 3E | 0 | 38 | E2 | 43 | 1A |
| Octal | 26 | 53 | 160 | 120 | 76 | 0 | 70 | 342 | 103 | 32 |
| Binary | 10110 | 101011 | 1110000 | 1010000 | 111110 | 0 | 111000 | 11100010 | 1000011 | 11010 |
Color Harmonies of #162B70
Complementary color
Monochromatic Colors of #162B70
Black with #162B70
Text Example
Text Example
White with #162B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B70; }
p { color: rgb(22,43,112); }
H1.HeaderClassName
{
color: #162B70;
}
.AnyTagClassName
{
color: #162B70;
}
</style>
background-color css
<style>
a { background-color: #162B70; }
a { background-color: rgb(22,43,112); }
div.DivClassName
{
background-color: #162B70;
}
.BgClassName
{
background-color: #162B70;
}
</style>
border-color css
<style>
span { border-color: #162B70; }
span { border-color: rgb(22,43,112); }
td.TdClassName
{
border-color: #162B70;
}
.TagClassName
{
border-color: #162B70;
}
</style>