Shades of Sapphire #051656
Tints of Sapphire #051656
RGB
CMYK
RGB Variations
Color information
#051656 (or 0x051656) is known color: Sapphire. HEX triplet: 05, 16 and 56. RGB value is (5,22,86). Sum of RGB (Red+Green+Blue) = 5+22+86=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #051656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051656 is #FAE9A9. Grayscale: #171717. Windows color (decimal): -16443818 or 5641733. OLE color: 5641733.
HSL color Cylindrical-coordinate representation of color #051656: hue angle of 227.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051656 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 22 | 86 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.66 |
| HSL | 227.41º | 0.89% | 0.18% | - |
| HSV(B) | 227.41º | 0.94% | 0.34% | - |
| XYZ | 2.03 | 1.28 | 8.94 | - |
| YUV | 24.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 86 | 0.94 | 0.74 | 0 | 0.66 | 227.41 | 0.89 | 0.18 |
| Hex | 5 | 16 | 56 | 5E | 4A | 0 | 42 | E3 | 59 | 12 |
| Octal | 5 | 26 | 126 | 136 | 112 | 0 | 102 | 343 | 131 | 22 |
| Binary | 101 | 10110 | 1010110 | 1011110 | 1001010 | 0 | 1000010 | 11100011 | 1011001 | 10010 |
Color Harmonies of #051656
Complementary color
Monochromatic Colors of #051656
Black with #051656
Text Example
Text Example
White with #051656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051656; }
p { color: rgb(5,22,86); }
H1.HeaderClassName
{
color: #051656;
}
.AnyTagClassName
{
color: #051656;
}
</style>
background-color css
<style>
a { background-color: #051656; }
a { background-color: rgb(5,22,86); }
div.DivClassName
{
background-color: #051656;
}
.BgClassName
{
background-color: #051656;
}
</style>
border-color css
<style>
span { border-color: #051656; }
span { border-color: rgb(5,22,86); }
td.TdClassName
{
border-color: #051656;
}
.TagClassName
{
border-color: #051656;
}
</style>