Shades of Sapphire #162B5A
Tints of Sapphire #162B5A
RGB
CMYK
RGB Variations
Color information
#162B5A (or 0x162B5A) is known color: Sapphire. HEX triplet: 16, 2B and 5A. RGB value is (22,43,90). Sum of RGB (Red+Green+Blue) = 22+43+90=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #162B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5A is #E9D4A5. Grayscale: #292929. Windows color (decimal): -15324326 or 5909270. OLE color: 5909270.
HSL color Cylindrical-coordinate representation of color #162B5A: hue angle of 221.47º 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 #162B5A is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 43 | 90 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.65 |
| HSL | 221.47º | 0.61% | 0.22% | - |
| HSV(B) | 221.47º | 0.76% | 0.35% | - |
| XYZ | 3.04 | 2.64 | 10.02 | - |
| YUV | 42.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 90 | 0.76 | 0.52 | 0 | 0.65 | 221.47 | 0.61 | 0.22 |
| Hex | 16 | 2B | 5A | 4C | 34 | 0 | 41 | DD | 3D | 16 |
| Octal | 26 | 53 | 132 | 114 | 64 | 0 | 101 | 335 | 75 | 26 |
| Binary | 10110 | 101011 | 1011010 | 1001100 | 110100 | 0 | 1000001 | 11011101 | 111101 | 10110 |
Color Harmonies of #162B5A
Complementary color
Monochromatic Colors of #162B5A
Black with #162B5A
Text Example
Text Example
White with #162B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162B5A; }
p { color: rgb(22,43,90); }
H1.HeaderClassName
{
color: #162B5A;
}
.AnyTagClassName
{
color: #162B5A;
}
</style>
background-color css
<style>
a { background-color: #162B5A; }
a { background-color: rgb(22,43,90); }
div.DivClassName
{
background-color: #162B5A;
}
.BgClassName
{
background-color: #162B5A;
}
</style>
border-color css
<style>
span { border-color: #162B5A; }
span { border-color: rgb(22,43,90); }
td.TdClassName
{
border-color: #162B5A;
}
.TagClassName
{
border-color: #162B5A;
}
</style>