Shades of Sapphire #051751
Tints of Sapphire #051751
RGB
CMYK
RGB Variations
Color information
#051751 (or 0x051751) is known color: Sapphire. HEX triplet: 05, 17 and 51. RGB value is (5,23,81). Sum of RGB (Red+Green+Blue) = 5+23+81=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #051751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051751 is #FAE8AE. Grayscale: #171717. Windows color (decimal): -16443567 or 5314309. OLE color: 5314309.
HSL color Cylindrical-coordinate representation of color #051751: hue angle of 225.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051751 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 23 | 81 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.68 |
| HSL | 225.79º | 0.88% | 0.17% | - |
| HSV(B) | 225.79º | 0.94% | 0.32% | - |
| XYZ | 1.85 | 1.24 | 7.93 | - |
| YUV | 24.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 81 | 0.94 | 0.72 | 0 | 0.68 | 225.79 | 0.88 | 0.17 |
| Hex | 5 | 17 | 51 | 5E | 48 | 0 | 44 | E2 | 58 | 11 |
| Octal | 5 | 27 | 121 | 136 | 110 | 0 | 104 | 342 | 130 | 21 |
| Binary | 101 | 10111 | 1010001 | 1011110 | 1001000 | 0 | 1000100 | 11100010 | 1011000 | 10001 |
Color Harmonies of #051751
Complementary color
Monochromatic Colors of #051751
Black with #051751
Text Example
Text Example
White with #051751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051751; }
p { color: rgb(5,23,81); }
H1.HeaderClassName
{
color: #051751;
}
.AnyTagClassName
{
color: #051751;
}
</style>
background-color css
<style>
a { background-color: #051751; }
a { background-color: rgb(5,23,81); }
div.DivClassName
{
background-color: #051751;
}
.BgClassName
{
background-color: #051751;
}
</style>
border-color css
<style>
span { border-color: #051751; }
span { border-color: rgb(5,23,81); }
td.TdClassName
{
border-color: #051751;
}
.TagClassName
{
border-color: #051751;
}
</style>