Shades of Sapphire #162F7A
Tints of Sapphire #162F7A
RGB
CMYK
RGB Variations
Color information
#162F7A (or 0x162F7A) is known color: Sapphire. HEX triplet: 16, 2F and 7A. RGB value is (22,47,122). Sum of RGB (Red+Green+Blue) = 22+47+122=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #162F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F7A is #E9D085. Grayscale: #2F2F2F. Windows color (decimal): -15323270 or 8007446. OLE color: 8007446.
HSL color Cylindrical-coordinate representation of color #162F7A: hue angle of 225º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162F7A is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 47 | 122 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.52 |
| HSL | 225º | 0.69% | 0.28% | - |
| HSV(B) | 225º | 0.82% | 0.48% | - |
| XYZ | 4.86 | 3.61 | 18.85 | - |
| YUV | 48.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 122 | 0.82 | 0.61 | 0 | 0.52 | 225 | 0.69 | 0.28 |
| Hex | 16 | 2F | 7A | 52 | 3D | 0 | 34 | E1 | 45 | 1C |
| Octal | 26 | 57 | 172 | 122 | 75 | 0 | 64 | 341 | 105 | 34 |
| Binary | 10110 | 101111 | 1111010 | 1010010 | 111101 | 0 | 110100 | 11100001 | 1000101 | 11100 |
Color Harmonies of #162F7A
Complementary color
Monochromatic Colors of #162F7A
Black with #162F7A
Text Example
Text Example
White with #162F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F7A; }
p { color: rgb(22,47,122); }
H1.HeaderClassName
{
color: #162F7A;
}
.AnyTagClassName
{
color: #162F7A;
}
</style>
background-color css
<style>
a { background-color: #162F7A; }
a { background-color: rgb(22,47,122); }
div.DivClassName
{
background-color: #162F7A;
}
.BgClassName
{
background-color: #162F7A;
}
</style>
border-color css
<style>
span { border-color: #162F7A; }
span { border-color: rgb(22,47,122); }
td.TdClassName
{
border-color: #162F7A;
}
.TagClassName
{
border-color: #162F7A;
}
</style>