Shades of Sapphire #051650
Tints of Sapphire #051650
RGB
CMYK
RGB Variations
Color information
#051650 (or 0x051650) is known color: Sapphire. HEX triplet: 05, 16 and 50. RGB value is (5,22,80). Sum of RGB (Red+Green+Blue) = 5+22+80=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #051650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051650 is #FAE9AF. Grayscale: #171717. Windows color (decimal): -16443824 or 5248517. OLE color: 5248517.
HSL color Cylindrical-coordinate representation of color #051650: hue angle of 226.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051650 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 22 | 80 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.69 |
| HSL | 226.4º | 0.88% | 0.17% | - |
| HSV(B) | 226.4º | 0.94% | 0.31% | - |
| XYZ | 1.8 | 1.19 | 7.72 | - |
| YUV | 23.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 80 | 0.94 | 0.72 | 0 | 0.69 | 226.4 | 0.88 | 0.17 |
| Hex | 5 | 16 | 50 | 5E | 48 | 0 | 45 | E2 | 58 | 11 |
| Octal | 5 | 26 | 120 | 136 | 110 | 0 | 105 | 342 | 130 | 21 |
| Binary | 101 | 10110 | 1010000 | 1011110 | 1001000 | 0 | 1000101 | 11100010 | 1011000 | 10001 |
Color Harmonies of #051650
Complementary color
Monochromatic Colors of #051650
Black with #051650
Text Example
Text Example
White with #051650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051650; }
p { color: rgb(5,22,80); }
H1.HeaderClassName
{
color: #051650;
}
.AnyTagClassName
{
color: #051650;
}
</style>
background-color css
<style>
a { background-color: #051650; }
a { background-color: rgb(5,22,80); }
div.DivClassName
{
background-color: #051650;
}
.BgClassName
{
background-color: #051650;
}
</style>
border-color css
<style>
span { border-color: #051650; }
span { border-color: rgb(5,22,80); }
td.TdClassName
{
border-color: #051650;
}
.TagClassName
{
border-color: #051650;
}
</style>