Shades of Sapphire #162B55
Tints of Sapphire #162B55
RGB
CMYK
RGB Variations
Color information
#162B55 (or 0x162B55) is known color: Sapphire. HEX triplet: 16, 2B and 55. RGB value is (22,43,85). Sum of RGB (Red+Green+Blue) = 22+43+85=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #162B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B55 is #E9D4AA. Grayscale: #292929. Windows color (decimal): -15324331 or 5581590. OLE color: 5581590.
HSL color Cylindrical-coordinate representation of color #162B55: hue angle of 220º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162B55 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 43 | 85 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.67 |
| HSL | 220º | 0.59% | 0.21% | - |
| HSV(B) | 220º | 0.74% | 0.33% | - |
| XYZ | 2.83 | 2.55 | 8.94 | - |
| YUV | 41.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 85 | 0.74 | 0.49 | 0 | 0.67 | 220 | 0.59 | 0.21 |
| Hex | 16 | 2B | 55 | 4A | 31 | 0 | 43 | DC | 3B | 15 |
| Octal | 26 | 53 | 125 | 112 | 61 | 0 | 103 | 334 | 73 | 25 |
| Binary | 10110 | 101011 | 1010101 | 1001010 | 110001 | 0 | 1000011 | 11011100 | 111011 | 10101 |
Color Harmonies of #162B55
Complementary color
Monochromatic Colors of #162B55
Black with #162B55
Text Example
Text Example
White with #162B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B55; }
p { color: rgb(22,43,85); }
H1.HeaderClassName
{
color: #162B55;
}
.AnyTagClassName
{
color: #162B55;
}
</style>
background-color css
<style>
a { background-color: #162B55; }
a { background-color: rgb(22,43,85); }
div.DivClassName
{
background-color: #162B55;
}
.BgClassName
{
background-color: #162B55;
}
</style>
border-color css
<style>
span { border-color: #162B55; }
span { border-color: rgb(22,43,85); }
td.TdClassName
{
border-color: #162B55;
}
.TagClassName
{
border-color: #162B55;
}
</style>