Shades of Sapphire #162978
Tints of Sapphire #162978
RGB
CMYK
RGB Variations
Color information
#162978 (or 0x162978) is known color: Sapphire. HEX triplet: 16, 29 and 78. RGB value is (22,41,120). Sum of RGB (Red+Green+Blue) = 22+41+120=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #162978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162978 is #E9D687. Grayscale: #2B2B2B. Windows color (decimal): -15324808 or 7874838. OLE color: 7874838.
HSL color Cylindrical-coordinate representation of color #162978: hue angle of 228.37º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162978 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 41 | 120 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.53 |
| HSL | 228.37º | 0.69% | 0.28% | - |
| HSV(B) | 228.37º | 0.82% | 0.47% | - |
| XYZ | 4.51 | 3.11 | 18.13 | - |
| YUV | 44.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 120 | 0.82 | 0.66 | 0 | 0.53 | 228.37 | 0.69 | 0.28 |
| Hex | 16 | 29 | 78 | 52 | 42 | 0 | 35 | E4 | 45 | 1C |
| Octal | 26 | 51 | 170 | 122 | 102 | 0 | 65 | 344 | 105 | 34 |
| Binary | 10110 | 101001 | 1111000 | 1010010 | 1000010 | 0 | 110101 | 11100100 | 1000101 | 11100 |
Color Harmonies of #162978
Complementary color
Monochromatic Colors of #162978
Black with #162978
Text Example
Text Example
White with #162978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162978; }
p { color: rgb(22,41,120); }
H1.HeaderClassName
{
color: #162978;
}
.AnyTagClassName
{
color: #162978;
}
</style>
background-color css
<style>
a { background-color: #162978; }
a { background-color: rgb(22,41,120); }
div.DivClassName
{
background-color: #162978;
}
.BgClassName
{
background-color: #162978;
}
</style>
border-color css
<style>
span { border-color: #162978; }
span { border-color: rgb(22,41,120); }
td.TdClassName
{
border-color: #162978;
}
.TagClassName
{
border-color: #162978;
}
</style>