Shades of Sapphire #051756
Tints of Sapphire #051756
RGB
CMYK
RGB Variations
Color information
#051756 (or 0x051756) is known color: Sapphire. HEX triplet: 05, 17 and 56. RGB value is (5,23,86). Sum of RGB (Red+Green+Blue) = 5+23+86=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #051756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051756 is #FAE8A9. Grayscale: #181818. Windows color (decimal): -16443562 or 5641989. OLE color: 5641989.
HSL color Cylindrical-coordinate representation of color #051756: hue angle of 226.67º 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 #051756 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 23 | 86 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.66 |
| HSL | 226.67º | 0.89% | 0.18% | - |
| HSV(B) | 226.67º | 0.94% | 0.34% | - |
| XYZ | 2.05 | 1.32 | 8.95 | - |
| YUV | 24.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 86 | 0.94 | 0.73 | 0 | 0.66 | 226.67 | 0.89 | 0.18 |
| Hex | 5 | 17 | 56 | 5E | 49 | 0 | 42 | E3 | 59 | 12 |
| Octal | 5 | 27 | 126 | 136 | 111 | 0 | 102 | 343 | 131 | 22 |
| Binary | 101 | 10111 | 1010110 | 1011110 | 1001001 | 0 | 1000010 | 11100011 | 1011001 | 10010 |
Color Harmonies of #051756
Complementary color
Monochromatic Colors of #051756
Black with #051756
Text Example
Text Example
White with #051756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051756; }
p { color: rgb(5,23,86); }
H1.HeaderClassName
{
color: #051756;
}
.AnyTagClassName
{
color: #051756;
}
</style>
background-color css
<style>
a { background-color: #051756; }
a { background-color: rgb(5,23,86); }
div.DivClassName
{
background-color: #051756;
}
.BgClassName
{
background-color: #051756;
}
</style>
border-color css
<style>
span { border-color: #051756; }
span { border-color: rgb(5,23,86); }
td.TdClassName
{
border-color: #051756;
}
.TagClassName
{
border-color: #051756;
}
</style>