Shades of Sapphire #162758
Tints of Sapphire #162758
RGB
CMYK
RGB Variations
Color information
#162758 (or 0x162758) is known color: Sapphire. HEX triplet: 16, 27 and 58. RGB value is (22,39,88). Sum of RGB (Red+Green+Blue) = 22+39+88=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #162758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162758 is #E9D8A7. Grayscale: #272727. Windows color (decimal): -15325352 or 5777174. OLE color: 5777174.
HSL color Cylindrical-coordinate representation of color #162758: hue angle of 224.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162758 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 39 | 88 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.65 |
| HSL | 224.55º | 0.6% | 0.22% | - |
| HSV(B) | 224.55º | 0.75% | 0.35% | - |
| XYZ | 2.82 | 2.33 | 9.53 | - |
| YUV | 39.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 88 | 0.75 | 0.56 | 0 | 0.65 | 224.55 | 0.6 | 0.22 |
| Hex | 16 | 27 | 58 | 4B | 38 | 0 | 41 | E1 | 3C | 16 |
| Octal | 26 | 47 | 130 | 113 | 70 | 0 | 101 | 341 | 74 | 26 |
| Binary | 10110 | 100111 | 1011000 | 1001011 | 111000 | 0 | 1000001 | 11100001 | 111100 | 10110 |
Color Harmonies of #162758
Complementary color
Monochromatic Colors of #162758
Black with #162758
Text Example
Text Example
White with #162758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162758; }
p { color: rgb(22,39,88); }
H1.HeaderClassName
{
color: #162758;
}
.AnyTagClassName
{
color: #162758;
}
</style>
background-color css
<style>
a { background-color: #162758; }
a { background-color: rgb(22,39,88); }
div.DivClassName
{
background-color: #162758;
}
.BgClassName
{
background-color: #162758;
}
</style>
border-color css
<style>
span { border-color: #162758; }
span { border-color: rgb(22,39,88); }
td.TdClassName
{
border-color: #162758;
}
.TagClassName
{
border-color: #162758;
}
</style>