Shades of Sapphire #162655
Tints of Sapphire #162655
RGB
CMYK
RGB Variations
Color information
#162655 (or 0x162655) is known color: Sapphire. HEX triplet: 16, 26 and 55. RGB value is (22,38,85). Sum of RGB (Red+Green+Blue) = 22+38+85=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #162655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162655 is #E9D9AA. Grayscale: #262626. Windows color (decimal): -15325611 or 5580310. OLE color: 5580310.
HSL color Cylindrical-coordinate representation of color #162655: hue angle of 224.76º 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 #162655 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 38 | 85 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.67 |
| HSL | 224.76º | 0.59% | 0.21% | - |
| HSV(B) | 224.76º | 0.74% | 0.33% | - |
| XYZ | 2.66 | 2.21 | 8.88 | - |
| YUV | 38.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 85 | 0.74 | 0.55 | 0 | 0.67 | 224.76 | 0.59 | 0.21 |
| Hex | 16 | 26 | 55 | 4A | 37 | 0 | 43 | E1 | 3B | 15 |
| Octal | 26 | 46 | 125 | 112 | 67 | 0 | 103 | 341 | 73 | 25 |
| Binary | 10110 | 100110 | 1010101 | 1001010 | 110111 | 0 | 1000011 | 11100001 | 111011 | 10101 |
Color Harmonies of #162655
Complementary color
Monochromatic Colors of #162655
Black with #162655
Text Example
Text Example
White with #162655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162655; }
p { color: rgb(22,38,85); }
H1.HeaderClassName
{
color: #162655;
}
.AnyTagClassName
{
color: #162655;
}
</style>
background-color css
<style>
a { background-color: #162655; }
a { background-color: rgb(22,38,85); }
div.DivClassName
{
background-color: #162655;
}
.BgClassName
{
background-color: #162655;
}
</style>
border-color css
<style>
span { border-color: #162655; }
span { border-color: rgb(22,38,85); }
td.TdClassName
{
border-color: #162655;
}
.TagClassName
{
border-color: #162655;
}
</style>