Shades of Sapphire #162E5C
Tints of Sapphire #162E5C
RGB
CMYK
RGB Variations
Color information
#162E5C (or 0x162E5C) is known color: Sapphire. HEX triplet: 16, 2E and 5C. RGB value is (22,46,92). Sum of RGB (Red+Green+Blue) = 22+46+92=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #162E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E5C is #E9D1A3. Grayscale: #2B2B2B. Windows color (decimal): -15323556 or 6041110. OLE color: 6041110.
HSL color Cylindrical-coordinate representation of color #162E5C: hue angle of 219.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162E5C is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 46 | 92 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.64 |
| HSL | 219.43º | 0.61% | 0.22% | - |
| HSV(B) | 219.43º | 0.76% | 0.36% | - |
| XYZ | 3.24 | 2.9 | 10.51 | - |
| YUV | 44.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 92 | 0.76 | 0.50 | 0 | 0.64 | 219.43 | 0.61 | 0.22 |
| Hex | 16 | 2E | 5C | 4C | 32 | 0 | 40 | DB | 3D | 16 |
| Octal | 26 | 56 | 134 | 114 | 62 | 0 | 100 | 333 | 75 | 26 |
| Binary | 10110 | 101110 | 1011100 | 1001100 | 110010 | 0 | 1000000 | 11011011 | 111101 | 10110 |
Color Harmonies of #162E5C
Complementary color
Monochromatic Colors of #162E5C
Black with #162E5C
Text Example
Text Example
White with #162E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E5C; }
p { color: rgb(22,46,92); }
H1.HeaderClassName
{
color: #162E5C;
}
.AnyTagClassName
{
color: #162E5C;
}
</style>
background-color css
<style>
a { background-color: #162E5C; }
a { background-color: rgb(22,46,92); }
div.DivClassName
{
background-color: #162E5C;
}
.BgClassName
{
background-color: #162E5C;
}
</style>
border-color css
<style>
span { border-color: #162E5C; }
span { border-color: rgb(22,46,92); }
td.TdClassName
{
border-color: #162E5C;
}
.TagClassName
{
border-color: #162E5C;
}
</style>