Shades of Sapphire #031056
Tints of Sapphire #031056
RGB
CMYK
RGB Variations
Color information
#031056 (or 0x031056) is known color: Sapphire. HEX triplet: 03, 10 and 56. RGB value is (3,16,86). Sum of RGB (Red+Green+Blue) = 3+16+86=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #031056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031056 is #FCEFA9. Grayscale: #131313. Windows color (decimal): -16576426 or 5640195. OLE color: 5640195.
HSL color Cylindrical-coordinate representation of color #031056: hue angle of 230.6º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031056 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 16 | 86 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.66 |
| HSL | 230.6º | 0.93% | 0.17% | - |
| HSV(B) | 230.6º | 0.97% | 0.34% | - |
| XYZ | 1.9 | 1.06 | 8.91 | - |
| YUV | 20.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 86 | 0.97 | 0.81 | 0 | 0.66 | 230.6 | 0.93 | 0.17 |
| Hex | 3 | 10 | 56 | 61 | 51 | 0 | 42 | E7 | 5D | 11 |
| Octal | 3 | 20 | 126 | 141 | 121 | 0 | 102 | 347 | 135 | 21 |
| Binary | 11 | 10000 | 1010110 | 1100001 | 1010001 | 0 | 1000010 | 11100111 | 1011101 | 10001 |
Color Harmonies of #031056
Complementary color
Monochromatic Colors of #031056
Black with #031056
Text Example
Text Example
White with #031056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031056; }
p { color: rgb(3,16,86); }
H1.HeaderClassName
{
color: #031056;
}
.AnyTagClassName
{
color: #031056;
}
</style>
background-color css
<style>
a { background-color: #031056; }
a { background-color: rgb(3,16,86); }
div.DivClassName
{
background-color: #031056;
}
.BgClassName
{
background-color: #031056;
}
</style>
border-color css
<style>
span { border-color: #031056; }
span { border-color: rgb(3,16,86); }
td.TdClassName
{
border-color: #031056;
}
.TagClassName
{
border-color: #031056;
}
</style>