Shades of Sapphire #051651
Tints of Sapphire #051651
RGB
CMYK
RGB Variations
Color information
#051651 (or 0x051651) is known color: Sapphire. HEX triplet: 05, 16 and 51. RGB value is (5,22,81). Sum of RGB (Red+Green+Blue) = 5+22+81=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #051651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051651 is #FAE9AE. Grayscale: #171717. Windows color (decimal): -16443823 or 5314053. OLE color: 5314053.
HSL color Cylindrical-coordinate representation of color #051651: hue angle of 226.58º 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 #051651 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 22 | 81 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.68 |
| HSL | 226.58º | 0.88% | 0.17% | - |
| HSV(B) | 226.58º | 0.94% | 0.32% | - |
| XYZ | 1.83 | 1.2 | 7.92 | - |
| YUV | 23.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 81 | 0.94 | 0.73 | 0 | 0.68 | 226.58 | 0.88 | 0.17 |
| Hex | 5 | 16 | 51 | 5E | 49 | 0 | 44 | E3 | 58 | 11 |
| Octal | 5 | 26 | 121 | 136 | 111 | 0 | 104 | 343 | 130 | 21 |
| Binary | 101 | 10110 | 1010001 | 1011110 | 1001001 | 0 | 1000100 | 11100011 | 1011000 | 10001 |
Color Harmonies of #051651
Complementary color
Monochromatic Colors of #051651
Black with #051651
Text Example
Text Example
White with #051651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051651; }
p { color: rgb(5,22,81); }
H1.HeaderClassName
{
color: #051651;
}
.AnyTagClassName
{
color: #051651;
}
</style>
background-color css
<style>
a { background-color: #051651; }
a { background-color: rgb(5,22,81); }
div.DivClassName
{
background-color: #051651;
}
.BgClassName
{
background-color: #051651;
}
</style>
border-color css
<style>
span { border-color: #051651; }
span { border-color: rgb(5,22,81); }
td.TdClassName
{
border-color: #051651;
}
.TagClassName
{
border-color: #051651;
}
</style>